---
title: "Delete media from vault"
method: DELETE
path: "/media/{uuid}"
---

# Delete media from vault

`DELETE /media/{uuid}`

Soft-deletes a media item from the authenticated user's vault.

    The media is detached from any vault folders and removed from vault listings.
    Copies already distributed elsewhere (sent in messages, attached to posts, or
    previously purchased) are not affected and remain accessible to their recipients.

## Path parameters

- `uuid` string, uuid, required

## Headers

- `X-Fanvue-API-Version` string, required

## Response `204`

Media deleted from vault

## Other responses

- `400` — Bad Request - API version not supported OR validation failed
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Not Found Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

[API](https://skmtc.net/fanvue/apis/fanvue-api.md) · [All operations](https://skmtc.net/fanvue/apis/fanvue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanvue/fanvue-api/revisions/c5ddcd5c7e72/schema)
