---
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: Full delete (own DM events only)
- Bluesky: Delete for self only (recipient still sees it)
- Reddit: Delete from sender's view only
- 'iMessage: Unsend (the bubble disappears for the recipient) within 2 minutes of sending (Apple''s limit; 409 `unsend_window_expired` after that). Own outbound messages 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.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/b2325332041a?raw)
