Delete Location Type
DELETE/inventory-management/api/v1/LocationTypes/:id
Removes a location type from the system. A location type can only be deleted if no locations are currently assigned to it.
Request
Responses
- 200
- 204
- 400
- 404
- 500
OK
If the location type was successfully deleted
If the location type cannot be deleted (e.g., still in use by locations)
If the location type with the specified ID is not found
If an error occurs while deleting the location type