DELETE
/
v1
/
sessions
/
{session_id}
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/sessions/{session_id} \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "status": "success"
  }
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required

The ID of the browser session to end.

Response

200
application/json
Browser session ended successfully.
data
object