Skip to content

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
Required

Responses

Provider successfully deleted
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License