ACM / Client / delete_acme_external_account_binding

delete_acme_external_account_binding

ACM.Client.delete_acme_external_account_binding(**kwargs)

Deletes an external account binding. Previously fetched credentials for this binding will no longer be usable for account registration. A deleted binding cannot be recovered.

See also: AWS API Documentation

Request Syntax

response = client.delete_acme_external_account_binding(
    AcmeExternalAccountBindingArn='string'
)
Parameters:

AcmeExternalAccountBindingArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the ACME external account binding to delete.

Returns:

None

Exceptions

  • ACM.Client.exceptions.InternalServerException

  • ACM.Client.exceptions.AccessDeniedException

  • ACM.Client.exceptions.ValidationException

  • ACM.Client.exceptions.ThrottlingException