curl --request DELETE \
--url https://api.skyvern.com/v1/browser_profiles/{profile_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a browser profile (soft delete)
curl --request DELETE \
--url https://api.skyvern.com/v1/browser_profiles/{profile_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://skyvern.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
The ID of the browser profile to delete. browser_profile_id starts with bp_
"bp_123456"
Successfully deleted browser profile
Was this page helpful?