Delete Certificate
POST {{aws_certificate_manager_base_url}}/?Action=DeleteCertificate
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | String that contains the ARN of the ACM certificate to be deleted. This must be of the form: |
Request Body
{"CertificateArn"=>"arn:aws:acm:us-east-1:111122223333:certificate/12345678-1234-1234-1234-123456789012"}