Skip to main content
DELETE
/
profiles
/
{profile_id}
Delete Browser Profile
const options = {method: 'DELETE', headers: {'X-Browser-Use-API-Key': '<api-key>'}};

fetch('https://api.browser-use.com/api/v2/profiles/{profile_id}', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-Browser-Use-API-Key
string
header
required

Path Parameters

profile_id
string<uuid>
required

Response

Successful Response