The certificates-delete command removes the certificate for the given domain from the certificates store.

JSON Input Data Format
{
    "id": string,
    "cert": string
}
id * Specifies the ID of the Sky Node.
cert * Specifies the hostname or domain name for which the certificate will be removed from the certificates store.
* Indicates a mandatory field.

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "payload": "The process was successfully completed"
}

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}