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

DELETE /api/lunasa/syslog/remoteHosts/certificate

Deletes the HSM certificate from the truststore.

Note: The syslog service needs to be (re)started after the deletion of HSM certificate.

User Privileges

Users with the following role privileges can perform this command:

  • admin
  • operator

Parameters

None.

Responses

204

certificate Cert deleted successfully.

404

SYSLOG_NO_CLIENT_CERT_AVAILABLE

certificate certificate is not available.

500

SYSLOG_FAILED_TO_DELETE_CERTIFICATE

An internal error has occured.

Example Request for deleting certificate

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

Example Response

{}