ona_project_delete | R Documentation |
Delete registered project
ona_project_delete(
base_url = "https://api.ona.io",
auth_mode = c("token", "password"),
project_id = NULL
)
base_url |
ONA URL. Default is https://api.ona.io. |
auth_mode |
Password or token? Default is token. |
project_id |
Project identifier. |
Delete specified project from specific ONA account.
project_list <- ona_project_list()
project_id <- project_list[["projectid"]]
ona_project_delete(project_id = project_id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.