Description Usage Arguments Details Examples
Delete a folder from a user’s collection.
1 2 3 4 5 | delete_collection_folder(
username,
folder_id
token,
)
|
username |
String containing a valid username |
folder_id |
Valid identifier for a folder |
token |
Token object obtained from authorize() or a string containing your personal access token |
A folder must be empty before it can be deleted. Authentication as the collection owner is required.
1 2 | token <- authorize("key", "secret")
delete_collection_folder("username", 1, token)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.