v3

Remove providers from contract

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

delete/api/contracts/v3/{contract_id}/providers

Path parameters

contract_idV3ContractId required— unresolved $ref

Headers

Authorizationstring required

OAuth authentication

Request body

rendering_provider_idsV3RenderingProviderid[] required— unresolved $ref

Provider IDs to remove from the contract. Max 100,000 per request.

Response

Response with status 200

V3ContractProviderCount required— unresolved $ref