curl --request DELETE \ --url https://api.production.orderprotection.com/v1/orders/{sourceOrderId} \ --header 'Authorization: Bearer <token>'
{ "status": "ok" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The order has been successfully mark for cancelled.
The response is of type object.
object