To delete Microsoft Office 365 OneDrive or SharePoint Online storage using the CLI:
Enable the CLI configuration mode.
hostname > enable hostname # configure terminal
View all configured storage.
hostname # show fmps storage all
Storage type: o365
Name: MySharePointStorage
Share Type: Source
App: sharepoint
Quarantine Site: quarantine_site
Status: Office 365 configured and connected
Name: MyOneDriveStorage
Share Type: Source
App: onedrive
Quarantine Email: admin@acme.com
Status: Office 365 configured and connectedSpecify the storage to delete. In this example, MyOneDriveStorage is deleted.
hostnmae (config) # fmps storage delete name MyOneDriveStorage Storage operation completed successfullyVerify former configured storage was deleted.
hostname (config) # show fmps storage MyOneDriveStorage hostname (config) #hostname (config) # show fmps storage all Storage type: o365 Name: MySharePointStorage Share Type: Source App: sharepoint Quarantine Site: quarantine_site Status: Office 365 configured and connectedSave your changes.
hostname (config) # write memory
To delete a Microsoft Office 365 OneDrive or SharePoint Online storage using the Web UI:
Log in to the File Protect appliance Web UI.
Click the Storage tab. All configured shares are displayed in the Currently Configured Storages section.
Click the Office 365 tab.
Click the
icon in the Actions column..png)
When prompted, confirm that you want to delete the storage.