> For the complete documentation index, see [llms.txt](https://docs.digitalsamba.com/reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalsamba.com/reference/rest-api/rooms/delete/concrete-resource.md).

# Concrete resource

If you would like to hard delete a concrete room resource - e.g. chat, recordings, transcripts, summaries, then you need to execute a DELETE request to the concrete resource endpoint.

* DELETE /rooms/:id/**chat** -> this will permanently delete all chat messages from the room
* DELETE /rooms/:id/**questions**  -> this will permanently delete all Q\&A from the room
* DELETE /rooms/:id/**polls**  -> this will permanently delete all polls from the room
* DELETE /rooms/:id/**recordings**  -> this will permanently delete all recordings from the room
* DELETE /rooms/:id/**transcripts**  -> this will permanently delete all transcripts from the room
* DELETE /rooms/:id/**summaries** -> this will permanently delete all summaries from the room

{% hint style="info" %}
You can hard delete **ALL** room resources by executing one DELETE request to\
**DELETE /rooms/:id/resources**
{% endhint %}
