Skip to main content
DELETE
Delete Context

Description

Closes and destroys a specific browser context. All pages and storage associated with the context are discarded.

Authentication

Open-source deployments do not require authentication by default. If your server config enables X-API-Key, include that header with the request.

Path Parameters

id
string
required
The browser ID returned from Create Session.
ctx_id
string
required
The context ID returned from Create Context.

Response

success
boolean
Whether the context was deleted successfully.

Example