Transactions
Delete transaction
Permanently delete a transaction and reverse the associated commission
DELETE
Delete transaction
Endpoint
Parameters
You can identify the transaction either by path parameter or request body:| Parameter | Location | Type | Description |
|---|---|---|---|
key | path | string | Transaction key in the URL path |
key | body | string | Transaction key in the JSON body |
Request
Response
Error responses
| Status | Error | Solution |
|---|---|---|
| 404 | Transaction not found | Check the transaction key is correct |
Delete transaction
