Remove Location From Inventory

By specifying a product code and locaon ID, you can remove an assigned locaon from a product, providing that the stock itself has been moved to another location.

Endpoint: https://YOUR-ACCOUNT-NAME.despatchcloud.co.uk/ws/v1/wsorders/remove_inventory_from_location?product_code={product_code&location_id={location_id}
Method: GET
 
Example Response:
CopyCopyCopyCopyCopyCopyCopyCopy{
  "success": true
}