# Unterminate Facilities (Bulk) Unterminates the facility Endpoint: PATCH /v2/facilities/unterminate-facility Security: BearerAuth ## Header parameters: - `organization-id` (string) ## Request fields (application/json): - `facility_ids` (array, required) Facility ids to be unterminated in comma separated strings within the array. - `reason` (string, required) Reason for the untermination. - `filters` (object, required) Add Filters to the facility to be unterminated - `filters.offset` (number) The starting index for pagination, specifying how many records to skip. - `filters.limit` (number) The maximum number of records to retrieve in a single request. - `filters.file_type` (string) File Type of the facility to filter by to be terminated. (Effective only when no facility_ids are being passed and filters are used for query instead, but we need to pass the value in every case to make the api request) Enum: "Clean", "Non_Clean", "Pending" - `filters.start_updated_at` (string) Filter facility that are created or updated >= specified date. - `filters.end_updated_at` (string) Filter providers that are created or updated < specified date. ## Response 204 fields ## Response 207 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields