curl --request DELETE \
--url http://{defaultHost}/api/v2/platform/orders/{id} \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Deletes an Order
curl --request DELETE \
--url http://{defaultHost}/api/v2/platform/orders/{id} \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Record deleted
Was this page helpful?