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
| Name | Sent in | Requirement | Accepts |
|---|---|---|---|
| applicationId | path | Required | string |
Response
Answers 204 with no body.
Examples
Clear the résumé noted against an application
curl -s -X DELETE https://www.jobapplicationtracking.com/api/v1/applications/app_123/resume \
-H "Authorization: Bearer $JAT_KEY"null