Delete Notification Plugin Rules

Delete Notification Plugin Rules

Using this method, you can delete a particular notification plugin rule

Request
URI
DELETE
https://{api_host}/suite-api/api/notifications/rules/{id}
COPY
Path Parameters
string
id
Required

The Notification Rule Identifier


Authentication
This operation uses the following authentication methods.
Responses
204

The notification plugin rules are deleted successfully

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/suite-api/api/notifications/rules/{id}