Skip to contents

Soft-delete an artwork across all Spaces buckets

Usage

cdn_soft_delete(artist, artwork, dry_run = FALSE)

Arguments

artist

Character(1). UUID of the artist.

artwork

Character(1). UUID of the artwork.

dry_run

Logical. If `TRUE`, only logs planned actions; does _not_ perform copy or delete. Defaults to `FALSE`.

Value

Invisibly, a named list of character vectors giving the new keys for each bucket.

Examples

if (FALSE) { # \dontrun{
cdn_soft_delete(
  artist   = "80000000-0000-0000-0000-000000000000",
  artwork  = "90000000-0000-0000-0000-000000000000",
  dry_run  = TRUE
)
} # }