Skip to main content
DELETE
/
api
/
profile
/
{id}
JavaScript
import { Hyperbrowser } from '@hyperbrowser/sdk';

const client = new Hyperbrowser({ apiKey: 'your-api-key' });

await client.profiles.delete('profile-id');
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

Profile deleted

success
boolean