Deleting certificates managed by ACM - Amazon Certificate Manager
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Deleting certificates managed by ACM

You can use the ACM console or the Amazon CLI to delete a certificate.

Important
  • You cannot delete an ACM certificate that is being used by another Amazon service. To delete a certificate that is in use, you must first remove the certificate association. This is done using the console or CLI for the associated service.

  • Deleting a certificate issued by a private certificate authority (CA) has no effect on the CA. You will continue to be charged for the CA until it is deleted. For more information, see Deleting Your Private CA in the Amazon Private Certificate Authority User Guide.

To delete a certificate using the console
  1. Open the ACM console at https://console.amazonaws.cn/acm/.

  2. In the list of certificates, select the check box for an ACM certificate, then choose Delete.

    Note

    Depending on how you have ordered the list, a certificate you are looking for might not be immediately visible. You can click the black triangle at right to change the ordering. You can also navigate through multiple pages of certificates using the page numbers at upper-right.

To delete a certificate using the Amazon CLI

Use the delete-certificate command to delete a certificate, as shown in the following command:

$ aws acm delete-certificate --certificate-arn arn:aws:acm:Region:444455556666:certificate/certificate_ID