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>"
}
]
}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