Skip to main content
POST
/
api
/
v1
/
orders
/
{order_id}
/
cancel
Cancel a specific order
curl --request POST \
  --url https://mmapi.55-tech.com/api/v1/orders/{order_id}/cancel \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Client API key (UUID format). Contact support@55-tech.com to obtain your key.

Path Parameters

order_id
integer
required

Response

Successful Response

The response is of type Response Cancel Order Api V1 Orders Order Id Cancel Post · object.