Location DELETE

URI

https://{DATACENTER}.brightpearlconnect.com/public-api/{ACCOUNT}
/warehouse-service/warehouse/{ID}/location/

Refer to our documentation on URI syntax for more information on how to construct URIs.

Description

This method enables you to Delete n Warehouse Location.

There is two parameters in the URI:

  • Warehouse ID - The ID of the Warehouse you wish to delete locations from.
  • Location ID - The ID of the Location you wish to delete.

NOTE

  • You cannot Delete The Quarantine Location.
  • You cannot Delete The Default Location.

Example

Simplest use of the DELETE Location method.

Request URI

/warehouse/1/location/3

Request body

{
}

Response

{
}