---
title: "Perform contract action"
method: POST
path: "/v3/contracts/{id}/actions"
tags: ["Contracts"]
---

# Perform contract action

`POST /v3/contracts/{id}/actions`

## Path parameters

- `id` string, required

## Request body

- ContractActionDto
  - `action` 'MARK_AS_PROCESSED' | 'MARK_AS_DELETED', required — The action to perform
  - `message` string — Optional message/reason recorded with the action (e.g. context for the state transition)

## Response `200`

Contract actions executed successfully

## Other responses

- `400` — Invalid request body

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/versions/7e8885517814/schema)
