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