---
title: "Remove providers from contract"
method: DELETE
path: "/api/contracts/v3/{contract_id}/providers"
tags: ["v3"]
---

# Remove providers from contract

`DELETE /api/contracts/v3/{contract_id}/providers`

Removes the specified rendering provider IDs from the contract. Returns a 404 if any of the provided IDs are not currently in the contract.

## Path parameters

- `contract_id` V3ContractId, required — unresolved $ref

## Headers

- `Authorization` string, required

## Request body

- object
  - `rendering_provider_ids` V3RenderingProviderid[], required — Provider IDs to remove from the contract. Max 100,000 per request. — unresolved $ref

## Response `200`

Response with status 200

- V3ContractProviderCount — unresolved $ref

## Other responses

- `404` — Error response with status 404
- `422` — Error response with status 422

---

[API](https://skmtc.net/joincandidhealth/apis/api-reference.md) · [All operations](https://skmtc.net/joincandidhealth/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joincandidhealth/api-reference/revisions/7cc5974e4128/schema)
