DELETE
/
tax
/
transactions
/
{transaction_id}
cURL
curl --request DELETE \
  --url https://api.numeralhq.com/tax/transactions/{transaction_id} \
  --header 'Authorization: Bearer <token>'
{
  "object": "tax.transaction",
  "deleted_at": 1721782604
}

Delete Transaction Endpoint (2025-05-12)

Delete a specific transaction using its ID.
Remember to include the X-API-Version: 2025-05-12 header in your request to use this API version.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transaction_id
string
required

The ID of the transaction to delete

Response

200
application/json

Transaction deletion response

The response is of type object.