dlq.delete method deletes one or more workflow runs from the Dead Letter Queue (DLQ).
Arguments
You can delete DLQ entries by ID, by an array of IDs, or by filters.By DLQ ID
A single DLQ entry ID, or an array of IDs to delete.
By filters
Filter by workflow run ID.
Filter by exact workflow URL.
Delete workflows created after this date. Accepts
Date objects, Unix timestamps (number), or numeric strings.Delete workflows created before this date. Accepts
Date objects, Unix timestamps (number), or numeric strings.Delete workflows with this label.
Delete all DLQ entries.
Response
The number of DLQ entries that were deleted.