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

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

Response

boolean
Whether the context was deleted successfully.

Example