# Terminate providers Terminate providers. Endpoint: PATCH /v2/providers/terminate-providers Security: BearerAuth ## Header parameters: - `organization-id` (string) ## Request fields (application/json): - `provider_ids` (array, required) Provider ids to be terminated in comma separated strings within the array. - `reason` (string, required) Reason for the termination. - `filters` (object, required) Filters for Provider 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 204 fields (application/json): - `message` (string) ## Response 207 fields (application/json): - `providerId` (string) - `reason` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields