Delete Order

You can delete an order via the Web Service API by specifing an Order ID in the endpoint.

Endpoint: https://YOUR-ACCOUNT-NAME.despatchcloud.co.uk/ws/v1/wsorders/delete_order/{order_id}
Method: GET
 
Example Response:
CopyCopyCopyCopyCopyCopyCopy{
  "status": "SUCCESS"
}