v1

latestOpenAPI 3.0.02026-07-24161215397.4 KB
Contracts

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

datestring date-time

The date of the termination.

reasonKeystring

The reason for the termination.

commentsstring

Comments about the termination.

Example request

{
  "date": "2024-08-21T00:00:00.000Z",
  "reasonKey": "Example Reason Key",
  "comments": "Example Comment"
}