Skip to main content

applications.detach_resume

Forget which résumé was sent for an application

Request
DELETE/api/v1/applications/{applicationId}/resume
Scope required
applications:write
Effect
Deletes something. Confirm with a person before calling it.
Acts on
Acts on the account’s own job search.
MCP tool
applications_detach_resume
Environment
Live and sandbox alike.
Request body
JSON.

What it does

Removes the link between an application and the résumé recorded against it. Nothing is deleted — the résumé stays on the account and the application stays on its board; only the note of which one was sent goes away. An application belonging to another account answers 404. Attach one again with `applications.attach_resume`. Answers 204 with no body.

Parameters

Parameters this endpoint accepts, where each one goes, and whether it is required
NameSent inRequirementAccepts
applicationIdpathRequiredstring

Response

Answers 204 with no body.

Examples

Clear the résumé noted against an application

Clear the résumé noted against an application — request
curl -s -X DELETE https://www.jobapplicationtracking.com/api/v1/applications/app_123/resume \
  -H "Authorization: Bearer $JAT_KEY"
Clear the résumé noted against an application — response
null

Related operations