Appearance
Remove reaction
Remove a reaction from a message. Platform support:
- Telegram: Send empty reaction array to clear
- WhatsApp: Send empty emoji to remove
- All others: Returns 400 (not supported)
DELETE /v1/inbox/conversations/{conversationId}/messages/{messageId}/reactions
Remove a reaction from a message. Platform support:
- Telegram: Send empty reaction array to clear
- WhatsApp: Send empty emoji to remove
- All others: Returns 400 (not supported)
Parameters
conversationId(path, string) required — The conversation IDmessageId(path, string) required — The platform message IDaccountId(query, string) required — Social account ID
Responses
200 — Reaction removed
success(boolean)
400 — Platform does not support reactions or invalid request
401
403 — Inbox addon required
404 — Account or conversation not found