Bulk delete transactions

Asynchronously delete a large number of Transactions in bulk.
Each item in the request body represents a single transaction to delete, identified by its Anduin ID or tracking ID.

This endpoint initiates a background job to process your request, allowing you to delete up to 1000 records in a single operation.
Once complete, the job will provide a detailed report on the status of each deletion in CSV format.

Partial success is supported: if some transactions cannot be deleted (e.g., not found, insufficient permissions), the remaining transactions will still be processed. The result report will indicate which deletions succeeded and which failed, along with failure reasons.

Duplicate transaction IDs in the same request are automatically deduplicated; only the first occurrence of each ID is processed.

This process is asynchronous; you can find a complete guide to the workflow in our Asynchronous Bulk API documentation.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the Firm object

Body Params
data
array of objects

List of transactions to delete. Each item must contain the transaction's Anduin ID or tracking ID.

data
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json