Delete Inventory Location
DELETE/inventory-management/api/v1/Locations/:id
Removes a location from the system. A location can only be deleted if it has no associated inventory or transaction history. This operation cannot be undone.
Request
Responses
- 200
- 204
- 400
- 404
- 500
OK
If the location was successfully deleted
If the location cannot be deleted (e.g., has inventory or transaction history)
If the location with the specified ID is not found
If an error occurs while deleting the location