Device solutions
End to end solutions
Product accelerators
Get Started
APIs
IoT Devices
Trash can APIs allow you to create, rename, or delete virtual folders.
The following code sample shows how to create a virtual folder.
Code Sample
cloud.create_virtualfolder('new_virtual_folder')
The following code sample shows how to delete a virtual folder.
cloud.delete_virtualfolder('new_virtual_folder')
The following code sample shows how to rename a virtual folder.
cloud.rename_virtualfolder('new_virtual_folder','renamed_virtual_folder')
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.