Deleting Microsoft Office 365 storage

Prev Next

To delete Microsoft Office 365 OneDrive or SharePoint Online storage using the CLI:

  1. Enable the CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. 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 connected
  3. Specify the storage to delete. In this example, MyOneDriveStorage is deleted.

    hostnmae (config) # fmps storage delete name MyOneDriveStorage
    Storage operation completed successfully
    
  4. Verify 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 connected
  5. Save your changes.

    hostname (config) # write memory

To delete a Microsoft Office 365 OneDrive or SharePoint Online storage using the Web UI:

  1. Log in to the File Protect appliance Web UI.

  2. Click the Storage tab. All configured shares are displayed in the Currently Configured Storages section.

  3. Click the Office 365 tab.

  4. Click the FX_Delete_icon.png icon in the Actions column.

    FX_OneDrive_delete_storage_scap.png
  5. When prompted, confirm that you want to delete the storage.