Skip to main content
DELETE
/
identity-providers
/
config
Clear IDP configuration
curl --request DELETE \
  --url https://app.usechar.ai/api/identity-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