Skip to main content
DELETE
/
v1
/
identities
/
profile-sessions
/
{session_id}
Delete Profile Session
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/identities/profile-sessions/{session_id} \
  --header 'anchor-api-key: <api-key>'
{
  "error": "<string>",
  "code": 123
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required

Response

Profile session deleted successfully (no content).