REST API  4.0.0
REST API for SafeNet Network HSMs
DELETE /api/lunasa/ntp/servers/{serverid}

DELETE /api/lunasa/ntp/servers/{serverid}

This resource deletes an NTP server.

Parameters

serverid

Specifies the id of the NTP server.

Use: Required

JSON Schema:

    Object
    type:string

Responses

204

Success

400

Failure.

404

Specified server does not exist.

Example Request

    DELETE
    https://1.2.3.4:8443/api/lunasa/ntp/servers/example.com
{
}

Example Response

{
}

Notes

This resource will require SO authentication when the forceSoLogin flag is enabled. (See GET /api/lunasa)

See Also

GET /api/lunasa/ntp/servers