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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.