Contracts
Delete Contract
Deletes a contract from your COR instance using its external ID
DELETE
Deletes a contract from your COR instance using its external ID. Also removes related entity associations if a
corId is provided.
Path Parameters
External contract ID that was used when creating the contract
Request Body Requirements
COR internal ID to remove associations (optional)
Known Errors
ContractNotFoundError— No contract found with the specified external IDValidationError— Missing requiredmetadata.sourcefieldDeletionError— Contract cannot be deleted due to active user associations

