Queries & MutationsCancel a DeliveryOn this pageCancel a DeliverycancelDelivery Mutation mutation { cancelDelivery(id: "del_CVNDR5F59Y", reason: "There's a snake in my boots") { id }} Response attributedescriptionidid of the deliveryreasonthe reason or cancelation Response Body { "data": { "cancel": { "id": "del_CVNDR5F59Y" } }}