Skip to main content
DELETE
/
v1
/
browsers
Delete All Sessions
curl --request DELETE \
  --url https://api.example.com/v1/browsers/
{
  "success": true
}

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.

Description

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

Authentication

Authorization: Bearer YOUR_API_KEY
Self-hosted open source deployments do not require authentication.

Response

success
boolean
Whether all browsers were deleted successfully.

Example

curl -X DELETE https://your-host/browsers/
This permanently closes all active sessions and stops billing for all of them. There is no confirmation step.