Reset the persistent browser context of an application
POSThttps://platform.docana.com/api/v1/applications/:id/browser-context/reset/
Discards the stored persistent browser context id, the shared browser profile that carries cookies and auth tokens across ADVANCED browser runs, so the next run mints a fresh context and logs in from scratch. Use it when cookies persisted by a failed or expired login break subsequent logins. Idempotent, requires write access to the application.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Reset confirmation (idempotent)
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
No write access to the application
A resource referenced by the path does not exist or is not visible to the caller.
Unexpected server error.