# Unterminate providers Unterminate providers Endpoint: PATCH /v2/providers/unterminate-providers Security: BearerAuth ## Header parameters: - `organization-id` (string) ## Request fields (application/json): - `provider_ids` (array, required) Provider ids to be unterminated in comma separated strings within the array. - `reason` (string, required) Reason for the untermination. - `filters` (object, required) Filters for Provider Un-Termination - `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 providers to filter by to be terminated. Enum: "Clean", "Non_Clean", "Pending" - `filters.flagged` (boolean) Flagged providers will be terminated. - `filters.start_updated_at` (string) Filter providers that are created or updated >= specified date. - `filters.end_updated_at` (string) Filter providers that are created or updated < specified date. ## Response 207 fields (application/json): - `providerId` (string) - `reason` (string) ## Response 204 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields