delete_album function

Delete album

Delete album

Delete an album

delete_album(album, ...)

Arguments

  • album: An album ID or object of class imgur_image . If no token is supplied, id must be a deletehash from the original upload_image response.
  • ...: Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token) or key (an API key, used by default).

Details

Deletes an album.

Returns

An object of class imgur_basic .

Author(s)

Thomas J. Leeper

See Also

create_album

favorite_album

update_album

Examples

## Not run: # using an OAuth token tkn <- imgur_login() a <- account_albums(token = tkn) delete_album(a[[1]], token = tkn) ## End(Not run)
  • Maintainer: Thomas J. Leeper
  • License: GPL-3
  • Last published: 2016-03-29