{ "id":"/axapi/v3/pki/delete", "type":"object", "node-type":"scalar", "title":"delete", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "description":"Delete SSL cert", "properties":{ "cert-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":245, "partition-visibility":"shared", "description":"Certificate file name", "optional":true }, "ca":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":245, "partition-visibility":"shared", "description":"CA certificate file name", "optional":true }, "private-key":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":245, "partition-visibility":"shared", "description":"Private key file name", "optional":true }, "crl":{ "type":"string", "format":"string", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"CRL file name", "optional":true }, "csr":{ "type":"string", "format":"string", "minLength":1, "maxLength":245, "partition-visibility":"shared", "description":"CSR file name", "optional":true } } }