Description Usage Arguments Details Examples
Delete Instance From Folder
1 2 3 4 5 6 7 | delete_release_from_folder(
username,
folder_id,
release_id,
instance_id,
token
)
|
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 |
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.
1 2 | token <- authorize("key", "secret")
delete_release_from_folder("username", 0, 1000, 1, token)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.