---
title: "Delete a room"
method: DELETE
path: "/api/agents/{agentId}/rooms/{roomId}"
tags: ["rooms", "agents"]
---

# Delete a room

`DELETE /api/agents/{agentId}/rooms/{roomId}`

Deletes a specific room

## Path parameters

- `agentId` string, uuid, required
- `roomId` string, uuid, required

## Response `204`

Room deleted successfully

## Other responses

- `400` — Invalid agent ID or room ID
- `404` — Agent or room not found
- `500` — Error deleting room

---

[API](https://skmtc.net/elizaos/apis/eliza-os-api.md) · [All operations](https://skmtc.net/elizaos/apis/eliza-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elizaos/eliza-os-api/revisions/f43280bfdb0c/schema)
