DELETE
/
v1
/
transactions
/
:id
curl -X DELETE 'https://api.tolt.com/v1/transactions/txn_eK9bzRGn46BhVgNFHD6fDgXW' \
-H 'Authorization: Bearer <API_KEY>'
{
  "success": true,
  "data": {
    "id": "txn_eK9bzRGn46BhVgNFHD6fDgXW",
    "deleted": true
  }
}

Base URL https://api.tolt.com


Response

success
boolean

Whether the request was successful

data
object
curl -X DELETE 'https://api.tolt.com/v1/transactions/txn_eK9bzRGn46BhVgNFHD6fDgXW' \
-H 'Authorization: Bearer <API_KEY>'
{
  "success": true,
  "data": {
    "id": "txn_eK9bzRGn46BhVgNFHD6fDgXW",
    "deleted": true
  }
}