Dead Letter Queues
Delete a message from the DLQ
Manually remove a message
DELETE
/
v2
/
dlq
/
{dlqId}
Delete a message from the DLQ.
Request
dlqId
string
The dlq id of the message you want to remove. You will see this id when listing all messages in the dlq with the /v2/dlq endpoint.
Response
The endpoint doesn’t return anything, a status code of 200 means the message is removed from the DLQ. 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.
Was this page helpful?