Skip to content

Bedrock Agentcore Control  >  Operations  >  delete_oauth2_credential_provider

delete_oauth2_credential_provider

Operation

delete_oauth2_credential_provider async

delete_oauth2_credential_provider(input: DeleteOauth2CredentialProviderInput, plugins: list[Plugin] | None = None) -> DeleteOauth2CredentialProviderOutput

Deletes an OAuth2 credential provider.

Parameters:

Name Type Description Default
input DeleteOauth2CredentialProviderInput

An instance of DeleteOauth2CredentialProviderInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DeleteOauth2CredentialProviderOutput

An instance of DeleteOauth2CredentialProviderOutput.

Input

DeleteOauth2CredentialProviderInput dataclass

Dataclass for DeleteOauth2CredentialProviderInput structure.

Attributes

name class-attribute instance-attribute
name: str | None = None

The name of the OAuth2 credential provider to delete.

Output

DeleteOauth2CredentialProviderOutput dataclass

Dataclass for DeleteOauth2CredentialProviderOutput structure.