Deletes an SSL/TLS certificate associated with a Lightsail load balancer.
See https://www.paws-r-sdk.com/docs/lightsail_delete_load_balancer_tls_certificate/ for full documentation.
lightsail_delete_load_balancer_tls_certificate(
loadBalancerName,
certificateName,
force = NULL
)
[required] The load balancer name.
[required] The SSL/TLS certificate name.
When true
, forces the deletion of an SSL/TLS certificate.
There can be two certificates associated with a Lightsail load balancer:
the primary and the backup. The force
parameter is required when the
primary SSL/TLS certificate is in use by an instance attached to the
load balancer.