Delete OIDC Provider (Admin)
DELETE
/oidc/admin/providers/{id}
Permanently removes an OIDC authentication provider. Users who authenticated through this provider may lose access. Admin access required.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Parameters
Path Parameters
id*
The unique identifier of the OIDC provider to delete
Typestring
RequiredResponses
Provider successfully deleted
application/json
JSON
{
}