# Delete a area by Id Deletes a specific area within the Property Management System (PMS) using its unique ID. Areas help in organizing properties, defining operational zones, and generating location-based insights. This endpoint is useful for removing areas that are no longer relevant or needed in the system. The area will be marked as deleted rather than permanently removed to maintain historical data integrity. If the specified area ID does not exist, a error will be returned. In case of an unexpected system error, a will be triggered. Endpoint: DELETE /api/v3/areas/{id} Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required)