Delete a stock location
How to delete an existing stock location via API
Request
Example
curl -g -X DELETE \
'https://yourdomain.commercelayer.io/api/stock_locations/XAyRWNUzyN' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer your-access-token'Last updated