Skip to main content
DELETE
/
v1
/
messages
/
{messageId}
curl -X DELETE https://qstash.upstash.io/v1/messages/:messageId \
  -H "Authorization: Bearer <token>"
{ "status": "accepted" }

Documentation Index

Fetch the complete documentation index at: https://upstash-fix-issues-on-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

We will no longer try to deliver this message to any endpoints. All scheduled executions of this message will be canceled as well.

Request

messageId
string
required
The unique id of the message.
curl -X DELETE https://qstash.upstash.io/v1/messages/:messageId \
  -H "Authorization: Bearer <token>"
{ "status": "accepted" }