cURL
curl --request DELETE \ --url https://qstash.upstash.io/v2/dlq/{dlqId} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Manually remove a message from the DLQ
QStash authentication token
The DLQ ID of the message you want to remove.
Message deleted successfully
Was this page helpful?