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

fetch('https://api.browser-use.com/api/v2/skills/{skill_id}', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "detail": "Cannot delete skill while it is still generating"
}

Authorizations

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

Path Parameters

skill_id
string<uuid>
required

Response

Successful Response