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

# Delete All Sessions

> Close all active browsers at once

## Description

Closes all active browsers in a single call. Useful for cleanup after a scraping run or test suite.

## Authentication

Open-source deployments do not require authentication by default. If your server config enables `X-API-Key`, include that header with the request.

## Response

<ResponseField name="success" type="boolean">
  Whether all browsers were deleted successfully.
</ResponseField>

## Example

```bash theme={null}
curl -X DELETE http://localhost:8080/browsers/
```

<Warning>
  This permanently closes all active sessions on the target server. There is no confirmation step.
</Warning>
