Skip to main content

Welcome to our Dev Docs!

Terminate a contract without notice

Sample request
POST /Contracts/[contractId]/end
{
  "EndDate": "2018-02-08T23:00:00Z"
}

The EndDate must be greater than the contract's StartDate for this method to work.

For ending a contract at the moment it started the POST Contracts/[contractId]/annulate endpoint can be used.