Remove providers from contract

Beta
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_idUUIDRequired

Request

This endpoint expects an object.
rendering_provider_idsset of UUIDsRequired
Provider IDs to remove from the contract. Max 100,000 per request.

Response

This endpoint returns an object.
provider_countinteger
The total number of rendering providers currently associated with this contract

Errors

404
Entity Not Found Error
422
Unprocessable Entity Error