---
title: "Redact a specific message"
method: POST
path: "/redaction/message"
---

# Redact a specific message

`POST /redaction/message`

Redact a specific message by message ID, including any attached images

## Request body

- RedactMessageDto
  - `messageId` string, required — The message UUID to be redacted
  - `reason` string — Optional reason for redaction

## Response `200`

Default Response

- object
  - `success` boolean, required
  - `message` string, required
  - `itemId` string, required
  - `redactionType` 'message' | 'session', required
  - `affectedCount` number, required

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/open/apis/opencx-api.md) · [All operations](https://skmtc.net/open/apis/opencx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open/opencx-api/versions/57b06b52302d/schema)
