Contracts
Detach Users from Contract
Removes one or more users from an existing contract
PUT
Removes one or more users from an existing contract. Validates that users are currently attached to the contract before detaching them. On success (
200), the response body is the updated contract resource.
Path Parameters
External contract ID
Request Body Requirements
Array of external user IDs to detach from the contract
Known Errors
ContractNotFoundError— No contract found with the specified external IDUserNotFoundError— One or more users not found with the specified external IDsValidationError— Missing required fields or empty users arrayNotAttachedError— One or more users are not attached to this contract

