Skip to main content
DELETE
/
v1
/
sessions
/
all
End All Sessions
curl --request DELETE \  --url https://api.anchorbrowser.io/v1/sessions/all \  --header 'anchor-api-key: <api-key>'
{  "data": {  "status": "<string>"  } }

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Response

200 - application/json

Successfully terminated all active browser sessions.

data
object