OpenBrowse
v3 API referencev3/profiles/profile_id

Delete Profile

Delete a profile and the browser state stored against it. The cookies and per-origin storage go with it.

Delete Profile. Send this to your own instance, replacing your-host with the hostname it answers on.

curl -X DELETE "https://your-host/v3/profiles/{profile_id}" \
  -H "Authorization: Bearer $OPENBROWSE_API_KEY"
DELETE
/v3/profiles/{profile_id}

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

profile_id*Profile Id

Header Parameters

x-browser-use-api-key?string|null

Response Body

application/json

curl -X DELETE "https://example.com/v3/profiles/string"
Empty