Delete Inventory Item

Simply sending a GET request and amending the endpoint with your Product Code, you can delete an inventory item.

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