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