This endpoint cancels a message.
curl -X DELETE https://qstash.upstash.io/v1/messages/:messageId \ -H "Authorization: Bearer <token>"
{ "status": "accepted" }
We will no longer try to deliver this message to any endpoints. All scheduled executions of this message will be canceled as well.
The unique id of the message.
Was this page helpful?