> 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/sessions/delete-resources/concrete-resource.md).

# Concrete resource

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

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

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