spo storageentity remove¶
Removes tenant property stored on the specified SharePoint Online app catalog
Usage¶
m365 spo storageentity remove [options]
Options¶
-u, --appCatalogUrl <appCatalogUrl>
- URL of the app catalog site
-k, --key <key>
- Name of the tenant property to retrieve
--confirm
- Don't prompt for confirming removal of a tenant property
-h, --help [help]
- Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isfull
. --query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv,md
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Remarks¶
Tenant properties are stored in the app catalog site associated with that tenant. To remove a property, you have to specify the absolute URL of the app catalog site. If you specify the URL of a site different than the app catalog, you will get an access denied error.
Important
To use this command you have to have permissions to access the tenant admin site.
Examples¶
Remove the AnalyticsId tenant property. Yields a confirmation prompt before actually removing the property
m365 spo storageentity remove -k AnalyticsId -u https://contoso.sharepoint.com/sites/appcatalog
Remove the AnalyticsId tenant property. Suppresses the confirmation prompt
m365 spo storageentity remove -k AnalyticsId --confirm -u https://contoso.sharepoint.com/sites/appcatalog
More information¶
- SharePoint Framework Tenant Properties: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tenant-properties