| Endpoint | Method | Admin Required |
|---|---|---|
/api/v1/admin/oidcProviders/:providerId | DELETE | Yes |
Permanently removes an OIDC provider.
Returns 204 No Content on success.
| Status | Reason |
|---|---|
400 | Invalid provider ID format |
404 | Provider not found |
When a provider is deleted, any user previously linked to it has its link cleared (not the account itself):
oidcProviderId and the linked subject are cleared on every user who signed in through it