Skip to main content
DELETE
Deletes a contract from your COR instance using its external ID. Also removes related entity associations if a corId is provided.

Path Parameters

string
required
External contract ID that was used when creating the contract

Request Body Requirements

object
required
number
COR internal ID to remove associations (optional)

Known Errors

  • ContractNotFoundError — No contract found with the specified external ID
  • ValidationError — Missing required metadata.source field
  • DeletionError — Contract cannot be deleted due to active user associations