---
title: "Delete attachment."
method: DELETE
path: "/candidates/attachments/{attachmentId}"
tags: ["candidates"]
---

# Delete attachment.

`DELETE /candidates/attachments/{attachmentId}`

Delete attachment.

## Response `204`

Attachment successfully deleted

## Other responses

- `403` — with code **PERMISSION_DENIED** when you are not permitted to delete attachment.
- `404` — with code **FILE_NOT_FOUND** when attachment does not exist.

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/versions/449bdc2516c9/schema)
