- URL:https://<machine-url>/delete(POST only)
- Required Capability:Default administrator role | Security and infrastructure privilege
- Version Introduced:10.8
Description
This operation deletes an SSL certificate form the key store. Once a certificate is deleted, it cannot be retrieved or used to enable SSL.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response value is html. Values: html | json | pjson |
Example usage
Below is a sample request URL for delete:
POST /webadaptor/portaladmin/machines/MACHINE.DOMAIN.COM/sslCertificates/myCert/delete HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=json
JSON Response example
{"status": "success"}