# Unlink (remove) feature facilities from a development Unlink existing feature facilities from a specific development using its unique ID. This endpoint allows you to remove multiple feature facilities from a development, updating its amenities and services. The request body should contain a list of feature facility IDs to be unlinked. If the specified development 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/developments/{id}/featuresFacilities/unlink Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) The unique identifier of the development ## Request fields (application/json): - `ids` (array, required) List of unique identifiers Example: [1,2,3,4,5]