Clear SharePoint Site Subscription BusinessDataCatalogConfig Using PowerShell Script In SharePoint 2013

This blog will help you learn the basics of SharePoint 2013 if you are a beginner. If you are an advanced SharePoint user, it will help refresh your knowledge and then provide a deeper understanding of advanced features of SharePoint 2013.
How to delete SharePoint Site Subscription BusinessDataCatalogConfig

For this, we will use the PowerShell method.
 
Powershell Method
  • Open your SharePoint Management Shell.
  • Copy the below code.
  • Run this one.
This code will help you delete all the data from the Business Data Connectivity Metadata Store for a mentioned SharePoint Site.
  1. Clear-SPSiteSubscriptionBusinessDataCatalogConfig  
  2. -ServiceContext <SPServiceContextPipeBind>  
  3. [-AssignmentCollection <SPAssignmentCollection>]  
  4. [-Confirm [<SwitchParameter>]]  
  5. [-WhatIf [<SwitchParameter>]]  
  6. Clear-SPSiteSubscriptionBusinessDataCatalogConfig -ServiceContext http://gowtham.sharepoint.com  
Conclusion

Was my blog helpful? If yes, please let me know and if not, please explain what was confusing or missing. I’ll use your feedback to double-check the facts, add info, and update this blog.