# Delete a unit by Id Delete a specific unit within the Property Management System (PMS) using its unique ID. This endpoint allows property managers to remove units that are no longer needed, such as apartments, hotel rooms, or other types of rentable spaces. Upon successful deletion, a response will be returned. If the specified unit ID does not exist, a error will be returned. In case of an unexpected system error, a will be triggered. Endpoint: DELETE /api/v3/units/{id} Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required)