image_delete | R Documentation |
There is no way to restore a deleted image so be careful and ensure your data is properly backed up before deleting it.
image_delete(image, ...)
image_rename(image, name, ...)
image |
An image to modify. |
... |
Options passed on to httr::GET. Must be named, see examples. |
name |
(character) New name for image. |
## Not run:
image_delete(5620385)
# Delete all of your snapshots
## BE CAREFUL WITH THIS ONE
# lapply(images(TRUE), image_delete)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.