Example searches: “Dead Letter Queue (DLQ)”, “400”, “Subscriptions”, “event_types”, “error”
Permanently removes a task from the Dead Letter Queue.
The ID of the DLQ task to delete.
DLQ task deleted successfully.
The requested resource was not found.
An unexpected error occurred on the server.
curl \ --request DELETE 'http://localhost:8080/dlq/{dlq_task_id}'
{ "error": "string" }