Disable a feature on site collection
command: spo site feature remove -u|--url <url> -f|--featureId <featureId> --force --confirm
- url: The URL of the site collection on which to disable feature
- featureId: The ID of the site collection scoped feature to disable
- force: Specifies whether to continue if an error occurs when deactivating the feature
- confirm: Don't prompt for confirming disabling a feature on site collection
Disable a feature on site
command: spo web feature remove -u|--webUrl <webUrl> -f|--featureId <featureId> --force --confirm
- webUrl: The URL of the site on which to disable feature
- featureId: The ID of the web scoped feature to disable
- force: Specifies whether to continue if an error occurs when deactivating the feature
- confirm: Don't prompt for confirming disabling a feature on site
Disable a feature on site collection
command:
spo site feature remove -u|--url <url> -f|--featureId <featureId> --force --confirmDisable a feature on site
command:
spo web feature remove -u|--webUrl <webUrl> -f|--featureId <featureId> --force --confirm