Authorizations
Path Parameters
Response
200 - application/json
Profile deleted
import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.profiles.delete('profile-id');{
"success": true
}import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.profiles.delete('profile-id');{
"success": true
}Profile deleted