Cancel Withdrawal
DELETE
https://api.sfox.com/v1/transactions/:atx_id
Cancel a specified withdrawal. Cancelation is not guaranteed–if the withdrawal has already be processed and cannot be canceled, you will receive an error response.
Path Parameters
Name
Type
Description
atx_id
required
int
The transaction ID of the withdrawal you are trying to cancel.
curl -X DELETE \
-H "Authorization: Bearer ${USER_AUTH_TOKEN}" \
'https://api.sfox.com/v1/transactions/12345'
Last updated