DELETE
/
v1
/
sessions
/
all
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/sessions/all \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "status": "success"
  }
}

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