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