ACM / Client / delete_acme_endpoint

delete_acme_endpoint

ACM.Client.delete_acme_endpoint(**kwargs)

Deletes an ACME endpoint. After deletion, the endpoint URL is no longer accessible and ACME clients cannot issue certificates through it. Any existing external account bindings and domain validations associated with the endpoint are also deleted.

See also: AWS API Documentation

Request Syntax

response = client.delete_acme_endpoint(
    AcmeEndpointArn='string'
)
Parameters:

AcmeEndpointArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the ACME endpoint to delete.

Returns:

None

Exceptions

  • ACM.Client.exceptions.InternalServerException

  • ACM.Client.exceptions.ConflictException

  • ACM.Client.exceptions.AccessDeniedException

  • ACM.Client.exceptions.ValidationException

  • ACM.Client.exceptions.ThrottlingException