> For the complete documentation index, see [llms.txt](https://developer.perculus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.perculus.com/v2-en/services/room-management/user-delete.md).

# Deleting a Room

**Example request:**

{% tabs %}
{% tab title="CURL" %}

```bash
curl -L -X DELETE 'https://<DOMAIN>/api/groups/xapi/room/:ROOM_GUID'
```

{% endtab %}
{% endtabs %}

**Example response:**

A successful delete operation will return `204 No Content` without any body.
