---
title: "Remove reference media"
method: DELETE
path: "/identity/{uuid}/attachments/{attachment_id}"
tags: ["identity"]
---

# Remove reference media

`DELETE /identity/{uuid}/attachments/{attachment_id}`

Detach a reference media file from an identity. The affected modality's embedding recomputes without the removed file.

## Path parameters

- `uuid` string, required
- `attachment_id` integer, required

## Headers

- `Authorization` string, required

## Response `204`

Media removed

- IdentityDeleteIdentityAttachmentResponse204 — Empty response body

## Other responses

- `404` — Identity or attachment not found

## Changes

> 6 revisions in range; 3 could not be searched.

- **2026-07-26** `5e92bebbaf1f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/resemble/apis/api-reference/changes/identity/:uuid/attachments/:attachment_id/delete.md)

---

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