# Unlink (remove) feature facilities from a unit type Unlink existing feature facilities from a specific unit type using its unique ID. This endpoint allows you to remove multiple feature facilities from a unit type, updating its amenities and services. The request body should contain a list of feature facility IDs to be unlinked. If the specified unit type ID does not exist, a error will be returned. In case of system errors during the unlinking process, a will be triggered. Endpoint: POST /api/v3/unitTypes/{id}/featuresFacilities/unlink Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) The unique identifier of the unit type ## Request fields (application/json): - `ids` (array, required) List of unique identifiers Example: [1,2,3,4,5]