REST API  4.0.0
REST API for SafeNet Network HSMs
DELETE /api/lunasa/ntls/clients/{clientid}/links/{linkid}

DELETE /api/lunasa/ntls/clients/{clientid}/links/{linkid}

Deletes a link from a client.

Parameters

clientid

The identifier of the client of interest

Use: Required

JSON Schema:

   Object
   type: string

linkid

The identifier of the link of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

204

Success

400

Unexpected error

404

Specified client or link does not exist.

Example Request

   DELETE 
   https://1.2.3.4:8443/api/lunasa/ntls/clients/testClient3/links/273087011269

Example Result

{
}

Notes

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