Javascript
import Kernel from '@onkernel/sdk'; const client = new Kernel({ apiKey: 'My API Key', }); await client.invocations.deleteBrowsers('id');
This response does not have an example.
Delete all browser sessions created within the specified invocation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Invocation ID
Browser sessions deleted successfully