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
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 DLQ ID of the message you want to remove.
Message deleted successfully
Was this page helpful?