Send DELETE Request to Postgres API
postgres_delete(path, ...)
| path | relative path, e.g. |
|---|---|
| ... | further arguments passed to |
In case of success this function returns what
httr::content(response, as = "parsed") returns. In case of failure
an empty list with attribute response (containing the response
object returned by DELETE) is returned.