curl --request DELETE \
--url https://api.anchorbrowser.io/v1/sessions/{session_id} \
--header 'anchor-api-key: <api-key>'{
"data": {
"status": "<string>"
}
}Deletes the browser session associated with the provided browser session ID. Requires a valid API key for authentication.
curl --request DELETE \
--url https://api.anchorbrowser.io/v1/sessions/{session_id} \
--header 'anchor-api-key: <api-key>'{
"data": {
"status": "<string>"
}
}Was this page helpful?