delete-open-id-connect-provider
The aws iam delete-open-id-connect-provider
command is used to delete an IAM OpenID Connect (OIDC) provider. This action removes the provider and its associated trust relationship from the AWS account.
Syntax
aws iam delete-open-id-connect-provider \
--open-id-connect-provider-arn PROVIDER_ARN
Options
--open-id-connect-provider-arn PROVIDER_ARN
: The ARN of the OpenID Connect provider to delete.
See also the original AWS documentation.