REST API  4.0.0
REST API for SafeNet Network HSMs
DELETE /api/lunasa/snmp/users/{userid}/notifications/{notificationid}

DELETE /api/lunasa/snmp/users/{userid}/notifications/{notificationid}

This resource deletes a SNMP notification.

Parameters

userid

Specifies the user to delete the notification under.

Use: Required

JSON Schema:

    Object
    type:string

notificationid

Specifies the notification to delete.

Use: Required

JSON Schema:

    Object
    type:string

Responses

204

Success.

400

Unexpected failure

404

Invalid user or invalid notification.

Example Request

    DELETE
    https://1.2.3.4:8443/api/lunasa/snmp/users/myUser/notifications/1.2.3.4_1234
    {
    }

Example Response

{
}