Skip to main content
PATCH
/
vault
/
clear-browser-state
Clear browser state
curl --request PATCH \
  --url https://api.cloudcruise.com/vault/clear-browser-state \
  --header 'Content-Type: application/json' \
  --header 'cc-key: <api-key>' \
  --data '
{
  "permissioned_user_id": "<string>",
  "domain": "<string>"
}
'
{
  "success": true
}

Authorizations

cc-key
string
header
required

API key-based authentication. Provide your CloudCruise API key in the cc-key header.

Body

application/json

Request payload for clearing browser state of a vault entry

permissioned_user_id
string
required

Unique identifier of the vault entry

domain
string
required

Target domain of the vault entry

Response

Browser state successfully cleared

success
boolean

Whether the operation succeeded