---
title: "Expunge one message payload"
method: DELETE
path: "/api/v1/app/{app_id}/msg/{msg_id}/content"
tags: ["Message"]
---

# Expunge one message payload

`DELETE /api/v1/app/{app_id}/msg/{msg_id}/content`

Delete the given message's payload.

Useful in cases when a message was accidentally sent with sensitive content.
The message can't be replayed or resent once its payload has been deleted
(or has expired).

## Path parameters

- `app_id` string, required — The Application's ID or UID.
- `msg_id` string, required — The Message's ID or UID.

## Response `204`

no content

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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