---
title: "Delete a creator's media from the vault"
method: DELETE
path: "/creators/{creatorUserUuid}/media/{uuid}"
---

# Delete a creator's media from the vault

`DELETE /creators/{creatorUserUuid}/media/{uuid}`

Soft-deletes a media item from the specified creator's vault, on-behalf of the creator.

    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

- `creatorUserUuid` string, uuid, required
- `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)
