cURL
curl --request DELETE \ --url https://api.anchorbrowser.io/v1/sessions/{session_id} \ --header 'anchor-api-key: <api-key>'
{ "data": { "status": "<string>" } }
Deletes the browser session associated with the provided browser session ID. Requires a valid API key for authentication.
API key passed in the header
The ID of the browser session to end.
Browser session ended successfully.
Show child attributes
Was this page helpful?