Remove the organization-level governance provider configuration (admin only).
cURL
curl --request DELETE \ --url https://app.usechar.ai/api/governance/providers/config \ --header 'Authorization: Bearer <token>'
{ "success": true }
WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.
OK