---
title: "Clear a room's reports"
method: GET
path: "/mod/unreport/{room_id}"
tags: ["moderation"]
---

# Clear a room's reports

`GET /mod/unreport/{room_id}`

Clears reports on a room. Two warts, both owned: it is a state-changing GET, and a User-Agent containing "bot" gets a 403 even with valid moderation credentials, a scar from crawlers tripping these endpoints, not a feature. There is also a no-room-id form (GET /mod/unreport) that hits the same handler with an empty ID.

## Path parameters

- `room_id` string, required

## Response `204`

Reports cleared

## Other responses

- `403` — User-Agent contains 'bot'

---

[API](https://skmtc.net/etkecc/apis/matrix-rooms-search-api.md) · [All operations](https://skmtc.net/etkecc/apis/matrix-rooms-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/etkecc/matrix-rooms-search-api/revisions/ae3c2fd65492/schema)
