REST API  15
REST API for Luna Network HSMs
DELETE /api/lunasa/syslog/remoteHosts/ca

DELETE /api/lunasa/syslog/remoteHosts/ca

Deletes a Certificate Authority(CA) certificate from the truststore.

User Privileges

Users with the following role privileges can perform this command:

  • admin
  • operator

Parameters

None.

Responses

204

CA Cert deleted successfully.

404

SYSLOG_NO_CA_CERT_AVAILABLE

CA certificate is not available.

500

SYSLOG_FAILED_TO_DELETE_CA

An internal error has occured.

500

SYSLOG_CLIENT_CERT_EXISTS

Cannot delete CA certificate without removing client certificate.

Example Request for deleting a CA.

   DELETE
   https://1.2.3.4:8443/api/lunasa/syslog/remoteHosts/ca
   {}

Example Response

{}