Remove the IDP configuration for the organization. This will disable SSO-first widget authentication. Only admins can do this.
cURL
curl --request DELETE \ --url https://app.usechar.ai/api/identity-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