Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Invocation ID
Response
Browser sessions deleted successfully
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.
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.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Invocation ID
Browser sessions deleted successfully