Skip to main content

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

-f, --force

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 is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--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.

info

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 --force -u https://contoso.sharepoint.com/sites/appcatalog

Response

The command won't return a response on success.

More information

CTRL + M