DELETE
/
transactions
/
{id}
curl --request DELETE \
  --url https://base_url/api/v1/transactions/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

This endpoint allows you to delete a transaction by its id.

Once a filing for a state has taken place, the transaction’s status will change to LOCKED. At that point, the transaction can no longer be deleted. Instead, you can create a refund transaction (coming soon) to notify our team that a refund has occurred, allowing us to adjust the sales tax paid in future filings.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The unique identifier of the transaction to delete.

Response

204
_mintlify/placeholder

Transaction successfully deleted