delete_app | R Documentation |
Delete an entire app, including all of the tables and data.
delete_app(subdomain, auth, app_id, app_name, agent = NULL)
subdomain |
Character vector with one element. Found at the beginning of the Quickbase URL. Realm specific. |
auth |
Character vector with one element. The Quickbase authentication scheme you are using to authenticate the request (e.g., user token). |
app_id |
Character vector with one element. Unique identifier of an app. Found in the URL of the app's homepage after /db/ |
app_name |
Character vector with one element. The name of the app to be delete. Confirms you want to delete the app. |
agent |
Optional. Character vector with one element. Describes user/agent making API call. |
A list.
## Not run:
delete_app(subdomain = "abc",
auth = keyring::key_get("qb_example"),
app_id = "bsf5hphe5",
app_name = "R Testing copy")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.