Removes extended validation certificates from an HTTPS listener or a QUIC listener.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DissociateAdditionalCertificatesFromListener |
The operation that you want to perform. Set the value to DissociateAdditionalCertificatesFromListener. |
ListenerId | String | Yes | lsr-bp1bpn0kn908w4nbw**** |
The ID of the listener. You must specify the ID of an HTTPS listener or a QUIC listener. |
Certificates | Array | Yes |
The extended validation certificates that you want to remove from the listener. |
|
CertificateId | String | Yes | 12315790343_166f8204689_1714763408_70998**** |
The ID of the certificate. Only server certificates are supported. |
ClientToken | String | No | 5A2CFF0E-5718-45B5-9D4D-70B3FF3898 |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. |
DryRun | Boolean | No | true |
Specifies whether only to precheck the request. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
JobId | String | 72dcd26b-f12d-4c27-b3af-18f6aed5**** |
The ID of the asynchronous task. |
RequestId | String | 365F4154-92F6-4AE4-92F8-7FF34B540710 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DissociateAdditionalCertificatesFromListener
&ListenerId=lsr-bp1bpn0kn908w4nbw****
&Certificates=[{"CertificateId":"12315790343_166f8204689_1714763408_70998****"}]
&ClientToken=5A2CFF0E-5718-45B5-9D4D-70B3FF3898
&DryRun=true
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DissociateAdditionalCertificatesFromListenerResponse>
<JobId>72dcd26b-f12d-4c27-b3af-18f6aed5****</JobId>
<RequestId>365F4154-92F6-4AE4-92F8-7FF34B540710</RequestId>
</DissociateAdditionalCertificatesFromListenerResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"JobId" : "72dcd26b-f12d-4c27-b3af-18f6aed5****",
"RequestId" : "365F4154-92F6-4AE4-92F8-7FF34B540710"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IncorrectStatus.Listener | The status of %s [%s] is incorrect. | The error message returned because the status of the specified %s [%s] resource is invalid. |
400 | OperationDenied.HttpListenerNotSupport | The operation is not allowed because of %s. | The error message returned because the operation is not allowed due to %s. |
400 | OperationDenied.DefaultCertificateUsed | The operation is not allowed because of %s. | The error message returned because the operation is not allowed due to %s. |
400 | ResourceNotAssociated.Certificate | The specified resource %s is not associated. | The error message returned because the specified %s resource is not associated. |
404 | ResourceNotFound.Listener | The specified resource %s is not found. | The error message returned because the specified %s resource does not exist. |
For a list of error codes, visit the API Error Center.