cURL
curl --request DELETE \ --url https://qstash.upstash.io/v2/messages/{messageId} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Cancel a pending message
Documentation IndexFetch the complete documentation index at: https://upstash.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
QStash authentication token
The identifier of the message to cancel.
Message canceled successfully
Was this page helpful?