Delete multiple failed workflow runs from the DLQ.
You can either specify specific DLQ IDs to delete, or use filters to delete matching workflows. When using filters without DLQ IDs, the operation supports pagination via cursor.
QStash authentication token
List of specific DLQ IDs to delete. If provided, other filters are ignored.
Pagination cursor for deleting in batches.
Maximum number of workflows to delete per request.
Filter by starting date in milliseconds (Unix timestamp). This is inclusive.
Filter by ending date in milliseconds (Unix timestamp). This is inclusive.
Filter by workflow URL.
Filter by workflow run ID.
Filter by workflow creation timestamp in milliseconds (Unix timestamp).
Filter by label assigned to the workflow run.
Filter by failure function state.
Filter by IP address of the publisher.
Filter by Flow Control Key.