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

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

Removes a specific route.

Parameters

deviceid

Specifies the id of the device.

Use: Required

JSON Schema:

    Object
    type:string

routeid

Specifies the id of the route.

Use: Required

JSON Schema:

    Object
    type:string

Responses

204

Success

400

Unexpected error

404

Device or route does not exist.

Example Request

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

Example Response

{}