Skip to main content
DELETE
/
transfers
/
{id}
Cancel Transfer
curl --request DELETE \
  --url https://api.caminotreasury.com/v1/transfers/{id} \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

API key for authentication. Pass your key in the x-api-key header.

Path Parameters

id
string
required

Response

Transfer canceled

The response is of type object.