Skip to main content
DELETE
/
profiles
/
{profile_id}
/
orders
/
{id}
Cancel Order
curl --request DELETE \
  --url https://api.paxos.com/v2/profiles/{profile_id}/orders/{id} \
  --header 'Authorization: Bearer <token>'
{}
OAuth Scope
exchange:write_order

Authorizations

Authorization
string
header
required

Path Parameters

profile_id
string
required
id
string
required

Response