REST API  4.0.0
REST API for SafeNet Network HSMs
DELETE /api/lunasa/hsms/{hsmid}/partitions/{partitionid}/objects

DELETE /api/lunasa/hsms/{hsmid}/partitions/{partitionid}/objects

Removes all objects from a partition on the HSM.

Parameters

hsmid

The serial number of the HSM of interest

Use: Required

JSON Schema:

   Object
   type: string

partitionid

The identifier of the partition of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

204

Success

400

Unexpected error

Example Request

   DELETE 
   https://1.2.3.4:8443/api/lunasa/hsms/154704/partitions/273087011389/objects

Example Result

{
}