RecycleBin API
Predominant token scope: Admin:RecycleBin
The RecycleBin interface allows you to manage old or recently deleted data.
I want to |
How |
---|---|
Configure the Recycle Bin in VCC or use APIs to set the configuration. |
Call POST RecycleBin/GetConfiguration and POST RecycleBin/SetConfiguration. |
Automatically move old certificates and other data into the Recycle Bin. Manually start or stop a Deletion task that is moving items into the Recycle Bin. |
If enabled in VCC, the Deletion process uses Deletion Tasks. Deletion Tasks run each night. |
Automatically empty Recycle Bin. Manually Start or stop a Purge task that empties the Recycle Bin. |
The Purge process runs each night. |
Empty the Recycle Bin now (not in the background). |
Call POST RecycleBin/Empty. |
Find something in the Recycle Bin. |
Call POST RecycleBin/GetContents and POST RecycleBin/GetItemDetails. |
Permanently remove only one item from the Recycle Bin. |
Call POST RecycleBin/Purge. |
Restore something from the Recycle Bin back to its original location. |
Call POST RecycleBin/Restore. |