---
title: "Delete Policy Attachment"
method: DELETE
path: "/policies/attachments/{attachment_id}"
tags: ["Policies"]
---

# Delete Policy Attachment

`DELETE /policies/attachments/{attachment_id}`

Delete a policy attachment.

Example Request:
```bash
curl -X DELETE "http://localhost:4000/policies/attachments/123e4567-e89b-12d3-a456-426614174000" \
    -H "Authorization: Bearer <your_api_key>"
```

Example Response:
```json
{
    "message": "Attachment 123e4567-e89b-12d3-a456-426614174000 deleted successfully"
}
```

## Path parameters

- `attachment_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-29** `404bba17aabe` — 2 info
  - api tag `Policies` added
  - api tag `policy_engine` removed
- **2026-08-27** `4a06c3148b6c` — 2 info
  - api tag `policy_engine` added
  - api tag `Policies` removed
- **2026-08-15** `19cc785a8024` — 2 info
  - api tag `Policies` added
  - api tag `policy_engine` removed
- **2026-08-14** `9c80d9af446a` — 2 info
  - api tag `policy_engine` added
  - api tag `Policies` removed
- **2026-08-12** `cd946846d9d5` — 2 info
  - api tag `Policies` added
  - api tag `policy_engine` removed

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/policies/attachments/:attachment_id/delete.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/24ad9eaf6a00/schema)
