DLQ

Delete a DLQ message

Manually remove a message from the DLQ

DELETE/v2/dlq/{dlqId}
cURL
curl --request DELETE \
  --url https://qstash-{region}.upstash.io/v2/dlq/{dlqId} \
  --header 'Authorization: Bearer <token>'

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Path parameters

dlqIdpathstringrequired

The DLQ ID of the message you want to remove.

Response

200 — Message deleted successfully

404 — If the message is not found in the DLQ, (either is has been removed by you, or automatically), the endpoint returns a 404 status code.

errorstringrequired

Error message

Loading search…