REST API  4.0.0
REST API for SafeNet Network HSMs
DELETE /api/lunasa/hsms/{hsmid}/indirect/key

DELETE /api/lunasa/hsms/{hsmid}/indirect/key

Revokes the indirect login public key from the administration partition of the service HSM.

Parameters

hsmid

The serial number of the HSM of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

Success

400

Unexpected error

404

HSM does not exist.

Example Request

   DELETE
   https://1.2.3.4:8443/api/lunasa/hsms/154704/indirect/key
   {}

Example Result

{
}