v1

latestOpenAPI 3.0.1MIT2026-07-26286592.7 KB

Delete a specific transaction using its ID

delete/tax/transactions/{transaction_id}

Path parameters

transaction_idstring required

The ID of the transaction to delete

Response

Transaction deletion response

objectstring

The type of object deleted

deleted_atnumber

Epoch datetime representing the date and time the object was deleted

Example response

{
  "object": "tax.transaction",
  "deleted_at": 1721782604
}