Skip to main content
DELETE
https://agent.usedari.com
/
profiles
/
{org_id}
/
{profile_id}
curl -X DELETE https://agent.usedari.com/profiles/my-org/550e8400-e29b-41d4-a716-446655440000 \
  -H "X-API-Key: YOUR_API_KEY"
Permanently deletes a browser profile and its saved state.

Path Parameters

org_id
string
required
Organization ID
profile_id
string
required
UUID of the profile

Headers

X-API-Key
string
required
Organization API key
curl -X DELETE https://agent.usedari.com/profiles/my-org/550e8400-e29b-41d4-a716-446655440000 \
  -H "X-API-Key: YOUR_API_KEY"