---
title: "Delete a mass message"
method: DELETE
path: "/chats/mass-messages/{messageUuid}"
---

# Delete a mass message

`DELETE /chats/mass-messages/{messageUuid}`

Delete/unsend a previously sent mass message.

Mass messages that were already purchased remain available to those recipients.

## Path parameters

- `messageUuid` string, uuid, required

## Headers

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

## Response `204`

Mass message deleted successfully

## 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)
