deleteLoadBalancerSslCertificate
    • PDF

    deleteLoadBalancerSslCertificate

    • PDF

    Article Summary

    Overview

    Deletes an SSL certificate from the load balancer.

    Note
    • The provision of deleteloadbalancersslcertificate will be discontinued soon. Please use deletecertificate, which is the same feature.

    Request

    Request header

    HeaderDescription
    x-ncp-apigw-timestampIt is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC.
    If the time difference with the API Gateway server is more than 5 minutes, the request is considered invalid.
    x-ncp-apigw-api-keyAPI key issued by API Gateway (not used in the API v2.)
    x-ncp-iam-access-keyAPI key issued by NAVER Cloud Platform or access key issued by IAM
    x-ncp-apigw-signature-v2Signature used to encrypt the body with the “secret key” that maps with the “access key.”
    The HMAC encryption algorithm is HMAC SHA256.

    Request parameters

    ParameterRequiredTypeLimitationsDescription
    certificateNameYStringDuplicates not allowed.Name of the certificate to delete.

    Response

    Response body

    Examples

    Request example

    GET {LOADBALANCER_API_URL}/loadbalancer/v2/deleteLoadBalancerSslCertificate?certificateName=ssl-key
    

    Response example

    <deleteLoadBalancerSslCertificateResponse>
      <requestId>6844983f-e0c7-4972-bb71-c03f2d5e463a</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>0</totalRows>
      <sslCertificateList/>
    </deleteLoadBalancerSslCertificateResponse>
    

    Error codes

    Errors that may occur while using this action are listed below. For information on common errors, refer to NAVER Cloud Platform.

    HTTP response codeReturn codeReturn message
    40026035There is no input parameters memberNo or certificateName.
    40026037It is in use by another load balancer to certificate of deletion requested. Please delete to a load

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.