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

# Remove reaction

`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
- Instagram and Facebook Messenger: Sends Meta's `unreact` action; the emoji does not need to be repeated
- Slack: Removes the reaction we previously sent on that message
- All others: Returns 400 (not supported)

## Path parameters

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

## Query parameters

- `accountId` string, required

## Response `200`

Reaction removed

- object
  - `success` boolean

## Other responses

- `400` — Platform does not support reactions 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/26bee5940ef6/schema)
