Skip to content

Bedrock Agentcore Control  >  Operations  >  delete_payment_credential_provider

delete_payment_credential_provider

Operation

delete_payment_credential_provider async

delete_payment_credential_provider(input: DeletePaymentCredentialProviderInput, plugins: list[Plugin] | None = None) -> DeletePaymentCredentialProviderOutput

Deletes a payment credential provider and its associated stored credentials.

Parameters:

Name Type Description Default
input DeletePaymentCredentialProviderInput

An instance of DeletePaymentCredentialProviderInput.

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
DeletePaymentCredentialProviderOutput

An instance of DeletePaymentCredentialProviderOutput.

Input

DeletePaymentCredentialProviderInput dataclass

Dataclass for DeletePaymentCredentialProviderInput structure.

Attributes

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

The name of the payment credential provider to delete.

Output

DeletePaymentCredentialProviderOutput dataclass

Dataclass for DeletePaymentCredentialProviderOutput structure.