Description
Delete predefined notification settings.
HTTP Method , API endpoint
DELETE /v1/users/<username>/graphs/<graphID>/notifications/<notificationID>
Request Header
Key | Description |
---|---|
X-USER-TOKEN | [required] It is the authentication token specified at the time of user registration. |
Example
$ curl -X DELETE https://pixe.la/v1/users/a-know/graphs/test-graph/notifications/my-notify-rule -H 'X-USER-TOKEN:thisissecret' {"message":"Success.","isSuccess":true}