Purge DLQ item
POST
/api/admin/logging-policies/dlq-items/{id}/purge
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/api/admin/logging-policies/dlq-items/example/purge \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "confirmation": "PURGE DLQ dlq_123" }'Deletes the DLQ payload object and marks the item purged after exact confirmation.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Request Body required
Section titled “Request Body required ” Media type application/json
object
confirmation
required
string
key
additional properties
Example
{ "confirmation": "PURGE DLQ dlq_123"}Responses
Section titled “ Responses ”Successful JSON response.
Media type application/json
default
Section titled “default ”Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}