Skip to main content
DELETE
/
v2
/
dlq
/
{dlqId}
Delete a DLQ message
curl --request DELETE \
  --url https://qstash.upstash.io/v2/dlq/{dlqId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

QStash authentication token

Path Parameters

dlqId
string
required

The DLQ ID of the message you want to remove.

Response

Message deleted successfully