Delete multiple transactions in a single request. Provide exactly one of:
all: true — delete every transaction for the organizationafterDate — delete all transactions created on or after the given ISO 8601 dateids — delete specific transactions by UUID (max 1000)Associated KV cache entries and DLQ entries are purged after deletion.
Public API key
Provide exactly one of all, afterDate, or ids.
When true, deletes all transactions for the organization.
true