View source: R/madoc-api-with-token.R
madoc_delete_user | R Documentation |
Delete a user from Madoc
madoc_delete_user(id)
id |
id of the user |
the result of the DELETE call
## Not run: madoc_login("https://www.madoc.ugent.be/s/brugse-vrije", email = "jan.wijffels@vub.be", password = Sys.getenv("MADOC_PWD")) madoc_delete_user(id = -1) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.