DELETE
/
v2
/
dlq

Delete multiple messages from the DLQ.

You can get the dlqId from the list DLQs endpoint.

Request

dlqIds
string[]
required

The list of DLQ message IDs to remove.

Response

A deleted object with the number of deleted messages.

{
  "deleted": number
}