Removes an OpenID Connect (OIDC) identity provider (IdP).

Description

This topic provides an example on how to remove the OIDC IdP named TestOIDCProvider.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DeleteOIDCProvider

The operation that you want to perform. Set the value to DeleteOIDCProvider.

OIDCProviderName String Yes TestOIDCProvider

The name of the OIDC IdP.

For more information about common request parameters, see Common parameters.

Response parameters

Parameter Type Example Description
RequestId String 85836703-8D4F-485F-9726-4D1C730F957E

The ID of the request.

Examples

Sample requests

https://[Endpoint]/?Action=DeleteOIDCProvider
&OIDCProviderName=TestOIDCProvider
&Common request parameters

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<?xml version="1.0" encoding="UTF-8" ?>
<DeleteOIDCProviderResponse>
	<RequestId>85836703-8D4F-485F-9726-4D1C730F957E</RequestId>
</DeleteOIDCProviderResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "85836703-8D4F-485F-9726-4D1C730F957E"
}

Error codes

For a list of error codes, visit the API Error Center.