REST API  4.0.0
REST API for SafeNet Network HSMs
DELETE /api/lunasa/network/dns/nameServers/{nameServerid}

DELETE /api/lunasa/network/dns/nameServers/{nameServerid}

Deletes a name server entry.

Parameters

nameServerid

Specifies the id of the name server

Use: Required

JSON Schema:

    Object
    type:string

Responses

204

Success

400

Unexpected error

404

Name server does not exist.

Example Request

    DELETE
    https://1.2.3.4:8443/api/lunasa/network/dns/nameServers/{nameServerid}
    {}

Example Response

{}