v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBContracts
Terminate a contract
Terminate the contract with id = {contractId}. Contracts can be terminated only if they are already signed and they are not terminated or expired already
Required scopes: flex.community.contracts.terminate
post/api/v2/organizations/{orgSlug}/contracts/{contractId}/terminate
Path parameters
contractIdstring required
contract id
orgSlugstring required
organization slug
Request body
Example request
{
"date": "2024-08-21T00:00:00.000Z",
"reasonKey": "Example Reason Key",
"comments": "Example Comment"
}