Delete a Transaction

DELETE https://api.chartmogul.com/v1/transactions/{TRANSACTION_UUID}

Deletes a specified transaction and all associated data.

curl -X DELETE "https://api.chartmogul.com/v1/transactions/tr_5ce6fa5f-c57d-4875-a74d-cf0ec90df3c1" \
     -u YOUR_API_KEY:
{}

Impact of this action. This request will permanently delete the transaction and all associated data.

For automatic sources like Stripe or Recurly, a deleted transaction may be restored during a re-sync. For other sources, deleting a transaction is permanent.

Disabling a transaction. If you’re using Stripe, Chargebee, Recurly or Braintree (the latest version of the integration), you have the option to disable a transaction rather than delete it.

Path parameters

transaction_uuid string required
The ChartMogul UUID of the transaction to delete.