ona_org_delete | R Documentation |
Delete registered organisation
ona_org_delete(
base_url = "https://api.ona.io",
auth_mode = c("token", "password"),
org
)
base_url |
ONA URL. Default is https://api.ona.io. |
auth_mode |
Password or token? Default is token. |
org |
Organisation short name or username. |
Delete specified organisation from specific ONA account.
org_list <- ona_org_list()
org_name <- org_list[["org"]]
ona_org_delete(org = org_name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.