---
title: "Delete a reaction to a chat message"
method: DELETE
path: "/streams/chat/{streamID}/{chatID}/reactions/{reactionID}"
tags: ["Chat"]
---

# Delete a reaction to a chat message

`DELETE /streams/chat/{streamID}/{chatID}/reactions/{reactionID}`

Deletes a reaction to a chat message.

## Path parameters

- `streamID` string, uint64, required
- `chatID` string, uint64, required
- `reactionID` string, uint64, required

## Response `200`

A successful response.

- ProtobufDeleteChatReactionResponse

---

[API](https://skmtc.net/tum-dev/apis/gocast-api.md) · [All operations](https://skmtc.net/tum-dev/apis/gocast-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tum-dev/gocast-api/versions/18ce08adf685/schema)
