v2
latestOpenAPI 3.1.02026-07-312303692.4 MBMessage
Expunge all message contents
Delete all message payloads for the application.
This operation is only available in the <a href="https://svix.com/pricing" target="_blank">Enterprise</a> plan.
A completed task will return a payload like the following:
{
"id": "qtask_33qen93MNuelBAq1T9G7eHLJRsF",
"status": "finished",
"task": "application.purge_content",
"data": {
"messagesPurged": 150
}
}
post/api/v1/app/{app_id}/msg/expunge-all-contents
Path parameters
app_idstring required
The Application's ID or UID.
Example:unique-identifier
The Application's ID or UID.
Headers
idempotency-keystring
The request's idempotency key
Response
Example response
{
"id": "qtask_1srOrx2ZWZBpBUvZwXKQmoEYga2"
}