Delete Alert Note Using DELETE

Delete Alert Note Using DELETE

Example: DELETE /api/alerts/{id}/notes/{noteId}

Request
URI
DELETE
https://{api_host}/api/alerts/{id}/notes/{noteId}
COPY
Path Parameters
string
id
Required

UUID of the Alert

string
noteId
Required

Alert Note identifier


Authentication
This operation uses the following authentication methods.
Responses
204

The Alert Note was successfully deleted from the system

Operation doesn't return any data structure

404

Alert specified by the Alert identifier or Alert Note specified by the Note identifier doesn't exist

Operation doesn't return any data structure

500

Error occurred while deleting the Alert Note from the system

Operation doesn't return any data structure