Authorizations
Path Parameters
Response
Session stopped successfully
import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.sessions.stop('session-id');{
"success": true
}import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.sessions.stop('session-id');{
"success": true
}Session stopped successfully