Skip to main content
DELETE
/
v1
/
browser_profiles
/
{profile_id}
Delete browser profile
curl --request DELETE \
  --url https://api.skyvern.com/v1/browser_profiles/{profile_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-api-key
string | null

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Path Parameters

profile_id
string
required

The ID of the browser profile to delete. browser_profile_id starts with bp_

Example:

"bp_123456"

Response

Successfully deleted browser profile