Skip to main content
POST
/
v1
/
sessions
/
{session_id}
/
context
/
reset
Reset Browser Context
curl --request POST \
  --url https://api.anchorbrowser.io/v1/sessions/{session_id}/context/reset \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "status": "<string>"
  }
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required

Response

Context reset successfully.

data
object