curl --request DELETE \
--url https://api.anchorbrowser.io/v1/sessions/all \
--header 'anchor-api-key: <api-key>'{
"data": {
"status": "<string>"
}
}Terminates all active browser sessions associated with the provided API key.
curl --request DELETE \
--url https://api.anchorbrowser.io/v1/sessions/all \
--header 'anchor-api-key: <api-key>'{
"data": {
"status": "<string>"
}
}Was this page helpful?