forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: zhoumeng <zhoumeng35@huawei.com> Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
5.3 KiB
5.3 KiB
Deleting a Certificate
Function
This API is used to delete a specific certificate.
Constraints
If the target certificate is used by a listener, the certificate cannot be deleted, and 409 code will be displayed.
URI
DELETE /v2.0/lbaas/certificates/{certificate_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
certificate_id |
Yes |
String |
Specifies the certificate ID. |
Example Request
- Example request: Deleting a certificate
DELETE https://{Endpoint}/v2.0/lbaas/certificates/23ef9aad4ecb463580476d324a6c71af
Status Code
For details, see Status Codes.
Parent topic: Certificate