Remove Tags From Certificate
POST {{aws_certificate_manager_base_url}}/?Action=RemoveTagsFromCertificate
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form: |
Request Body
{"CertificateArn"=>"arn:aws:acm:us-east-1:111122223333:certificate/12345678-1234-1234-1234-123456789012", "Tags"=>[{"Key"=>"website", "Value"=>"example.com"}, {"Key"=>"stack", "Value"=>"production"}]}