---
title: "Delete attachment"
method: DELETE
path: "/v3/attachments/{id}"
tags: ["Attachments"]
---

# Delete attachment

`DELETE /v3/attachments/{id}`

Permanently remove an attachment from its application. The underlying file is also cleaned up if no other attachment references it. Deleting a `resume` clears the application's resume score and parsed-resume index entry; this action cannot be undone.

## Path parameters

- `id` string, required

## Response `200`

Successful

- object
  - `id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/greenhouse/apis/auth-api.md) · [All operations](https://skmtc.net/greenhouse/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greenhouse/auth-api/versions/9517a2e54640/schema)
