Javascript
import Anchorbrowser from 'anchorbrowser'; const client = new Anchorbrowser({ apiKey: 'My API Key', }); const successResponse = await client.sessions.all.delete(); console.log(successResponse.data);
{ "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