delete_release_from_folder: Delete Instance From Folder

Description Usage Arguments Details Examples

View source: R/Collection.R

Description

Delete Instance From Folder

Usage

1
2
3
4
5
6
7
delete_release_from_folder(
 username,
 folder_id,
 release_id,
 instance_id,
 token
)

Arguments

username

String containing a valid username

folder_id

Valid identifier for a folder

release_id

Integer value representing a valid release ID

instance_id

The ID of the instance

token

Token object obtained from authorize() or a string containing your personal access token

Details

Remove an instance of a release from a user’s collection folder.

To move the release to the “Uncategorized” folder instead, use add_to_collection()

Authentication as the collection owner is required.

Examples

1
2
token <- authorize("key", "secret")
delete_release_from_folder("username", 0, 1000, 1, token)

Pascallio/discogsAPI documentation built on Dec. 31, 2020, 3:27 p.m.