delete_from_wantlist: Delete a release from your wantlist

Description Usage Arguments Examples

View source: R/Wantlist.R

Description

Delete a release from your wantlist

Usage

1
2
3
4
5
6
delete_from_wantlist(
 username,
 release_id,
 token,
 options = list()
)

Arguments

username

String containing a valid username

release_id

Integer value representing a valid release ID

token

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

Examples

1
2
token <- authorize("key", "secret")
delete_from_wantlist("username", 1, token)

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