PATCH
/
api
/
v2
/
platform
/
orders
/
{id}
/
cancel
curl --request PATCH \
  --url http://{defaultHost}/api/v2/platform/orders/{id}/cancel \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

include
string

Select which associated resources you would like to fetch, see: <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>

Response

200
_mintlify/placeholder

record canceled