cURL
curl --request DELETE \ --url https://qstash.upstash.io/v2/messages/{messageId} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Cancel a pending message
QStash authentication token
The identifier of the message to cancel.
Message canceled successfully
Was this page helpful?