TheDocumentation Index
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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
Pass a single DLQ ID or an array of IDs directly:dlqIds:
By filters
Maximum number of messages to process per call. Defaults to
100.A pagination cursor from a previous request.
Delete all
Set to
true to delete all DLQ entries.Response
The number of DLQ entries that were deleted.
A pagination cursor. If not returned, all matching entries have been processed.