REST API  5.0.0
REST API for SafeNet Network HSMs
DELETE /api/lunasa/hsms/{hsmid}/ped/servers/{serverid}

DELETE /api/lunasa/hsms/{hsmid}/ped/servers/{serverid}

Removes a specific registered PED server.

Parameters

hsmid

The serial number of the HSM of interest

Use: Required

JSON Schema:

   Object
   type: string

serverid

The identifier of the PED server of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

204

Success

400

Unexpected error

404

HSM or server does not exist.

Example Request

   DELETE 
   https://1.2.3.4:8443/api/lunasa/hsms/154704/ped/server/TestPedServer

Example Result

{
}

See Also

GET /api/lunasa/hsms/{hsmid}/ped/server/{serverid}