Skip to main content
DELETE
/
governance
/
providers
/
config
Clear governance provider configuration
curl --request DELETE \
  --url https://app.usechar.ai/api/governance/providers/config \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.

Response

OK

success
boolean
required