Delete Discharge Data from Postgres Database Via API

api_delete_measurements(user_id, spot_id, ids = NULL, dbg = TRUE)

Arguments

user_id

user id

spot_id

bathing spot id

ids

optional. Vector of measurement ids. If not given or NULL (the default) all measurements for the bathing spot are deleted!

dbg

if TRUE debug messages are shown