Skip to main content

Delete location

DELETE 

/v1/sellers/:sellerId/locations/:locationId

Permanently deletes the specified location.

Constraint: The default location of a type cannot be deleted while other locations of the same type exist. Promote a different location to default before deleting this one. Returns 409 in this case.

Constraint: A location actively referenced by live SKU inventory locations cannot be deleted. Returns 409 with details of the affected SKUs.

Request

Responses

Location deleted successfully. No response body.