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)
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
The conversation ID
The platform message ID to delete
Query Parameters
Social account ID
Response Body
application/json
application/json
curl -X DELETE "https://zernio.com/api/v1/inbox/conversations/string/messages/string?accountId=string"{
"success": true
}{
"error": "Unauthorized"
}Update conversation status PUT
Archive or activate a conversation. Requires accountId in request body.
Add reaction POST
Add an emoji reaction to a message. Platform support: - **Telegram**: Supports a subset of Unicode emoji reactions - **WhatsApp**: Supports any standard emoji (one reaction per message per sender) - **All others**: Returns 400 (not supported)