forked from docs/doc-exports
move elb docs to proper location Reviewed-by: OpenTelekomCloud Bot <None>
4.3 KiB
4.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. |
Request
Response
Example Request
- Example request: Deleting a certificate
DELETE https://{Endpoint}/v2.0/lbaas/certificates/23ef9aad4ecb463580476d324a6c71af
Example Response
Status Code
For details, see Status Codes.
Parent topic: Certificate