Description Usage Arguments Examples
Delete a release from your wantlist
1 2 3 4 5 6 | delete_from_wantlist(
username,
release_id,
token,
options = list()
)
|
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 |
1 2 | token <- authorize("key", "secret")
delete_from_wantlist("username", 1, token)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.