Delete a custom SSL certificate

DELETE/v1/ssl_certificates/custom/{id}

A custom certificate can be removed by a DELETE request to the /v1/ssl_certificates/custom/{id} endpoint. Select a target certificate by putting its ID in the path parameter.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

A unique identifier of an SSL certificate.

Response Body

application/json

curl -X DELETE "https://example.com/v1/ssl_certificates/custom/Jxbo2jag"
Empty