delete https://stageapi.skipcart.com/v1api/Order/
The Delete Order API will delete the specified Order from Skipcart systems using the Order ID provided by the partner in the request. Delete Order is a required API for Skipcart integration.
Response
The Delete Order API will delete the specified Order from Skipcart systems using the Order ID provided by the partner in the request. Delete Order is a required API for Skipcart integration.
xxxxxxxxxx
curl --request DELETE \
--url https://stageapi.skipcart.com/v1api/Order/INSERT-SKIPCART-ORDERID \
--header 'Content-Type: application/json' \
--header 'accept: application/json'