Skip to main content
DELETE
/
api
/
v2
/
browser-profiles
/
{profile_id}
Delete a browser profile
curl --request DELETE \
  --url https://agp.eu.hcompany.ai/api/v2/browser-profiles/{profile_id} \
  --header 'Authorization: Bearer <token>'
Deletes a browser profile and its stored archive. Agents in your organization can no longer load it into future sessions. Returns 204 No Content on success.

Path parameters

profile_id
string
required
The profile’s id (UUID).

Examples

curl -X DELETE https://agp.eu.hcompany.ai/api/v2/browser-profiles/a1b2c3d4-5678-90ab-cdef-1234567890ab \
  -H "Authorization: Bearer $HAI_API_KEY"

Errors

StatusCause
404Profile not found or you don’t have access.