Skip to main content
POST
/
ramp
/
order
/
{order_id}
/
cancel
Cancel an order
curl --request POST \
  --url https://api.etherfuse.com/ramp/order/{order_id}/cancel \
  --header 'Authorization: <api-key>'
{
  "error": "Invalid request parameters"
}

Authorizations

Authorization
string
header
required

API key for authentication. Pass the key directly (e.g., Authorization: your-api-key). Do not use a Bearer prefix.

Path Parameters

order_id
string<uuid>
required

ID of the order to cancel

Response

Order canceled successfully