Unset the default browser profile
Browser Profiles
Unset the default browser profile
Clear the default flag on a profile.
DELETE
Unset the default browser profile
Clears the default flag on a profile. The profile itself is untouched; only the default marking is removed. The next session created with
use_default_browser_profile: true for that browser auto-creates a fresh empty default rather than reusing this profile.
Returns the updated profile object with is_default: false.
Path parameters
The profile’s
id (UUID).Examples
Errors
| Status | Cause |
|---|---|
404 | Profile not found or you don’t have access. |