POST /api/browser/close
Terminates a browser session by ID.
URL: POST /api/browser/close
Auth: x-api-key header
Request body
Section titled “Request body”{ "browserId": "session-id-here"}Example
Section titled “Example”curl -X POST https://cloud.rayobrowse.com/api/browser/close \ -H "x-api-key: your-key" \ -H "Content-Type: application/json" \ -d '{"browserId": "abc123"}'