Remove Syslog Server

Removes the syslog server from the library. Notifications will no longer be sent to this syslog server.

Request syntax

DELETE /v1/notification/syslog/servers/{address}Removes the syslog server from the library. Notifications will no longer be sent to this syslog server.


Path parameters

address (string)

The unique address of the syslog server for this library.

Example

> DELETE /v1/notification/syslog/servers/192.168.0.13
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 0