> ## Documentation Index
> Fetch the complete documentation index at: https://docs.already.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete session

> Permanently delete a session and all associated data.

<ParamField path="method" type="DELETE">`/api/sessions/:id`</ParamField>

Permanently deletes a session and all associated data (notes, timeline, comments, attachments, storage files).

**Auth:** Agent key or User JWT + X-Team-Id

## Response

<ResponseField name="success" type="boolean" required>
  Always true on success
</ResponseField>
