Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Browser session ID
Body
application/json
Absolute path to delete.
Response
Directory deleted
import Kernel from '@onkernel/sdk';
const client = new Kernel({
apiKey: 'My API Key',
});
await client.browsers.fs.deleteDirectory('id', { path: '/J!' });This response does not have an example.import Kernel from '@onkernel/sdk';
const client = new Kernel({
apiKey: 'My API Key',
});
await client.browsers.fs.deleteDirectory('id', { path: '/J!' });This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Browser session ID
Absolute path to delete.
Directory deleted