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 delete the specified transaction. Metrics for the customer will be recalculated based on the billing data remaining after this action.

For automatic sources like Stripe or Recurly, a deleted transaction may be restored during a resync. To permanently remove a transaction from an automatic source, you can disable it.

For other sources, deleting a transaction is permanent.

Path parameters

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