Delete transaction
DELETE https://api.ecurring.com/transactions/{id}
Cancel a transaction.
Only transactions that are in the scheduled
state can be cancelled. This includes transactions that are re-scheduled after a chargeback.
The response body will be empty when the deletion is successful.
Parameters
Replace {id}
in the URL with the unique identifier of the transaction.
Response
HTTP/1.1 204 No Content