DELETE
/
v1
/
inventory
/
warehouses
/
{id}
/
locations
/
{location_id}
Delete Location
curl --request DELETE \
  --url https://{base_url_domain}/api/global/v1/inventory/warehouses/{id}/locations/{location_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.

Path Parameters

id
integer
required

The id of the referenced Warehouse.

location_id
integer
required

The id of the referenced Location.

Response

200

OK - The operation completed successfully and there is no response body.