---
title: "Delete message"
method: DELETE
path: "/v1/inbox/conversations/{conversationId}/messages/{messageId}"
tags: ["Messages"]
---

# Delete message

`DELETE /v1/inbox/conversations/{conversationId}/messages/{messageId}`

Delete a message from a conversation. Platform support varies:
- Telegram: Full delete (bot's own messages anytime, others if admin)
- X/Twitter: Full delete (own DM events only)
- Bluesky: Delete for self only (recipient still sees it)
- Reddit: Delete from sender's view only
- Facebook, Instagram, WhatsApp: Not supported (returns 400)

## Path parameters

- `conversationId` string, required
- `messageId` string, required

## Query parameters

- `accountId` string, required

## Response `200`

Message deleted

- object
  - `success` boolean

## Other responses

- `400` — Platform does not support deletion or invalid request
- `401` — Unauthorized
- `403` — Inbox addon required
- `404` — Account or conversation not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/51932b099b2f/schema)
