---
title: "Terminate a contract"
method: POST
path: "/api/v2/organizations/{orgSlug}/contracts/{contractId}/terminate"
tags: ["Contracts"]
---

# Terminate a contract

`POST /api/v2/organizations/{orgSlug}/contracts/{contractId}/terminate`

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`

## Path parameters

- `contractId` string, required
- `orgSlug` string, required

## Request body

- TerminateContractDto
  - `date` string, date-time — The date of the termination.
  - `reasonKey` string — The reason for the termination.
  - `comments` string — Comments about the termination.

## Response `202`

---

[API](https://skmtc.dev/officernd/apis/authentication-api.md) · [All operations](https://skmtc.dev/officernd/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/officernd/authentication-api/revisions/6bcd33dc648e/schema)
