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.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
contract_id
Request
This endpoint expects an object.
rendering_provider_ids
Provider IDs to remove from the contract. Max 100,000 per request.
Response
This endpoint returns an object.
provider_count
The total number of rendering providers currently associated with this contract
Errors
404
Entity Not Found Error
422
Unprocessable Entity Error