---
title: "Unban a room"
method: GET
path: "/mod/unban/{room_id}"
tags: ["moderation"]
---

# Unban a room

`GET /mod/unban/{room_id}`

Lifts a room ban. Same shape as ban: a state-changing GET, and a "bot" User-Agent gets a 403 even authenticated. Real behavior, owned.

## Path parameters

- `room_id` string, required

## Response `200`

Confirmation message

- object

## 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)
