Clear browser state
Vault API
Clear browser state
Clears the stored browser state (cookies, localStorage, and sessionStorage) for a specific vault entry.
After clearing, the next workflow execution using this vault entry will perform a fresh login instead of restoring the cached browser session.
This is useful when:
- The stored browser state causes errors or unexpected behavior during runs
- You’ve updated the vault entry’s credentials and want to force a fresh login
- You’re debugging a failing workflow and want to rule out stale browser state as the cause
PATCH
Clear browser state
Authorizations
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
Body
application/json
Response
Browser state successfully cleared
Whether the operation succeeded

