View source: R/dataManagement.R
| deleteBucket | R Documentation |
Delete an app-managed bucket using the Data Management API.
deleteBucket(token = NULL, bucket = "mybucket")
token |
A string or |
bucket |
A string. Name of the bucket to delete. Defaults to
|
An object containing the HTTP status code of the response.
## Not run:
# Delete a bucket named "mybucket"
resp <- deleteBucket(token = myToken, bucket = "mybucket")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.