REST API  4.0.0
REST API for SafeNet Network HSMs
DELETE /api/lunasa/network/devices/{deviceid}/routes

DELETE /api/lunasa/network/devices/{deviceid}/routes

Removes all routes that have been set.

Parameters

deviceid

Specifies the id of the device.

Use: Required

JSON Schema:

    Object
    type:string

Responses

204

Success

400

Unexpected error

404

Device does not exist.

Example Request

    DELETE
    https://1.2.3.4:8443/api/lunasa/network/devices/eth0/routes
    {}

Example Response

{}