Skip to content

Delete message

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)

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)

Parameters

  • conversationId (path, string) required — The conversation ID

  • messageId (path, string) required — The platform message ID to delete

  • accountId (query, string) required — Social account ID

Responses

200 — Message deleted

  • success (boolean)

400 — Platform does not support deletion or invalid request

401

403 — Inbox addon required

404 — Account or conversation not found