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