Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.anchorbrowser.io/v1/identities/profile-sessions/{session_id} \ --header 'anchor-api-key: <api-key>'
{ "error": "<string>", "code": 123 }
Terminates a profile-bound browser session.
API key passed in the header
Profile session deleted successfully (no content).
Was this page helpful?