---
title: "End Browser Session"
method: DELETE
path: "/v1/sessions/{session_id}"
tags: ["Browser Sessions"]
---

# End Browser Session

`DELETE /v1/sessions/{session_id}`

Deletes the browser session associated with the provided browser session ID. Requires a valid API key for authentication.

## Path parameters

- `session_id` string, required

## Response `200`

Browser session ended successfully.

- SuccessResponse
  - `data` object
    - `status` string

## Other responses

- `401` — Invalid API Key or browser session ID
- `500` — Internal Server Error

---

[API](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api.md) · [All operations](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchorbrowser/anchorbrowser-api/revisions/d0f5aa64f9f4/schema)
