Skip to main content
DELETE
https://agent.usedari.com
/
portals
/
{org_id}
/
{endpoint_name}
curl -X DELETE https://agent.usedari.com/portals/my-org/insurance_quote \
  -H "X-API-Key: YOUR_API_KEY"
Permanently deletes a portal and its configuration.

Path Parameters

org_id
string
required
Organization ID
endpoint_name
string
required
Portal endpoint name

Headers

X-API-Key
string
required
Organization API key
curl -X DELETE https://agent.usedari.com/portals/my-org/insurance_quote \
  -H "X-API-Key: YOUR_API_KEY"