RemoveListenerCertificates
Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.
You can't remove the default certificate for a listener. To replace the default certificate, call ModifyListener.
To list the certificates for your listener, use DescribeListenerCertificates.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- Certificates.member.N
-
The certificate to remove. You can specify one certificate per call. Set
CertificateArn
to the certificate ARN but do not setIsDefault
.Type: Array of Certificate objects
Required: Yes
- ListenerArn
-
The Amazon Resource Name (ARN) of the listener.
Type: String
Required: Yes
Errors
For information about the errors that are common to all actions, see Common Errors.
- ListenerNotFound
-
The specified listener does not exist.
HTTP Status Code: 400
- OperationNotPermitted
-
This operation is not allowed.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: