---
title: "Delete Conversation Message"
method: DELETE
path: "/conversations/{conversation_id}/messages/{message_id}"
tags: ["Conversations"]
---

# Delete Conversation Message

`DELETE /conversations/{conversation_id}/messages/{message_id}`

Deletes a message from a conversation.

Required scopes:
+ **conversate**

## Path parameters

- `conversation_id` integer, required — Id of conversation.
- `message_id` integer, required — Id of message.

## Response `200`

Successful Response.

- object
  - `status` string
  - `message` string
  - `system_info` RespSystemInfo
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Error Response.
- `404` — Not Found

---

[API](https://skmtc.net/lolz/apis/lolzteam-public-api-forum.md) · [All operations](https://skmtc.net/lolz/apis/lolzteam-public-api-forum/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lolz/lolzteam-public-api-forum/revisions/3efcdbc40994/schema)
