uptimerobot.contact.delete: Delete an alert contact

Description Usage Arguments Value Author(s) Examples

Description

uptimerobot.contact.delete removes an alert contanct, unlinking from all the registered monitors.

Usage

1

Arguments

api.key

string with a valid key for connecting to Uptimerobot API.

id

numeric or integer with the ID of the contact to delete.

Value

The function returns TRUE in case success. An error is thrown otherwise.

Author(s)

Gabriele Baldassarre

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
 # Let's assume the api.key is available into the environment variable KEY
 api.key <- Sys.getenv("KEY", "")

 # Delete the contact with id=12345678
 if(uptimerobot.contact.delete(api.key, 12345678){
   message("Alert contact successfully deleted!")
 }

## End(Not run)

theclue/uptimeRobot documentation built on May 31, 2019, 9:12 a.m.