> For the complete documentation index, see [llms.txt](https://cloudbrowser.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cloudbrowser.gitbook.io/docs/get-started/browser-management/remove-saved-session.md).

# Remove Saved Session

### `/api/v1/Session/Remove` – **Remove a saved session** <a href="#id-6-toc-title" id="id-6-toc-title"></a>

**Description**: Remove a saved session.

**Method**: POST

**Parameters**:

* **label**: `string` – The label of the browser.

**Request Example:**

```bash
curl -X POST https://production.cloudbrowser.ai/api/v1/Session/Remove \
-H "Authorization: Bearer <your-api-token>" \
-d '{
  "label": "mywebapp"
}'
```
