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. This can be either an IPv4 address or DNS hostname, and must match the address used when the server was registered.

Examples

Example removing a Syslog server using an IPv4 address:

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

Example removing a Syslog server using a DNS hostname:

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