RemoveListenerCertificates
In this article:
RemoveListenerCertificates#
Description#
Request to remove certificates for an Elastic Load Balancer (ELB) listener.
Request Parameters#
Certificates.member.N — The certificates to be deleted.
Type: List of Certificate objects
Required: Yes
Constraint: You cannot specify the
IsDefault
parameter
ListenerArn — Amazon Resource Name (ARN) of the listener rule.
Type: String
Required: Yes
Response Elements#
requestId — The request ID.
Type: String
return —
True
is returned if the request succeeds, and an error otherwise.Type: Boolean
Examples#
c2-elb RemoveListenerCertificates ListenerArn "listener_arn" Certificates.1.CertificateArn "certificate_arn" Certificates.2.CertificateArn "certificate_2_arn"