Messages
Cancel Message
Stop delivery of an existing message
DELETE
/
v2
/
messages
/
{messageId}
Cancelling a message will remove it from QStash and stop it from being delivered in the future. If a message is in flight to your API, it might be too late to cancel.
Request
messageId
string
requiredThe id of the message to cancel.
Response
This endpoint only returns 202 OK
Was this page helpful?