Transactions
Batch delete transactions
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.
DELETE
Documentation Index
Fetch the complete documentation index at: https://docs.triqai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Public API key
Body
application/json
- Option 1
- Option 2
- Option 3
Provide exactly one of all, afterDate, or ids.
When true, deletes all transactions for the organization.
Available options:
true