Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Persistent browser identifier
Response
Browser session deleted successfully
import Kernel from '@onkernel/sdk';
const client = new Kernel({
apiKey: 'My API Key',
});
await client.browsers.delete({ persistent_id: 'persistent_id' });This response does not have an example.Delete a persistent browser session by its persistent_id.
import Kernel from '@onkernel/sdk';
const client = new Kernel({
apiKey: 'My API Key',
});
await client.browsers.delete({ persistent_id: 'persistent_id' });This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Persistent browser identifier
Browser session deleted successfully