Description Usage Arguments Examples
Delete a given rating
1 2 3 4 5 | delete_release_rating(
release_id,
username,
token
)
|
release_id |
Integer value representing a valid release ID |
username |
String containing a valid username |
token |
Token object obtained from authorize() or a string containing your personal access token |
1 2 3 | # Delete a rating
token <- authorize("key", "secret")
delete_release_rating(1, "username", 5, token)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.