cURL
curl --request DELETE \ --url https://api.anchorbrowser.io/v1/sessions/all \ --header 'anchor-api-key: <api-key>'
{ "data": { "status": "success" } }
Terminates all active browser sessions associated with the provided API key.
API key passed in the header
Successfully terminated all active browser sessions.
The response is of type object.
object