REST API  4.0.0
REST API for SafeNet Network HSMs
DELETE /api/lunasa/syslog/remoteHosts/{remoteHostid}

DELETE /api/lunasa/syslog/remoteHosts/{remoteHostid}

Deletes a specific remote host.

Parameters

remoteHostid

Specifies the remote host to delete.

Use: Required

JSON Schema:

    Object
    type:string

Responses

200

Success

400

Unexpected failure

404

Remote host not found

Example Request

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

Example Response

{}