Delete Notification Service

Configure delete Notification Service API.

Request

Security

Table 1. Roles capable of executing the Delete Notification Service API method
Any Super User System Admin Security Admin Operator
  superUser systemAdmin    

HTTP method

POST /manager/api/{apiResponseType}/1.0/deleteNotificationService.adm HTTP/1.1 Host:{manager.dsnet}

Curl method

curl -X POST -u <USERNAME>:<PASSWORD> --header "Content-Type: application/x-www-form-urlencoded" --header "Accept: application/json" 'http://{manager.dsnet}/manager/api/json/1.0/deleteNotificationService.adm' -d 'id=<id>& password=<PASSWORD>'

Parameters

Table 2. Request parameters for Delete Notification Service API method
Parameter Type Usage Default Description
id Long Required   Manager generated id of the object to delete.
password String Required   Password of the user making the request.