curl --request PATCH \
--url http://{defaultHost}/api/v2/platform/orders/{id}/cancel \
--header 'Authorization: Bearer <token>'{
"error": "The access token is invalid"
}Cancels an Order, when using a token created for a user, it will save this user as the canceler
curl --request PATCH \
--url http://{defaultHost}/api/v2/platform/orders/{id}/cancel \
--header 'Authorization: Bearer <token>'{
"error": "The access token is invalid"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Select which associated resources you would like to fetch, see: https://jsonapi.org/format/#fetching-includes
record canceled
Was this page helpful?