Skip to main content

spo tenant applicationcustomizer remove

Removes an application customizer that is installed tenant-wide

Usage

m365 spo tenant applicationcustomizer remove [options]

Options

-t, --title [title]

The title of the Application Customizer. Specify either title, id, or clientSideComponentId.

-i, --id [id]

The id of the Application Customizer. Specify either title, id, or clientSideComponentId.

-c, --clientSideComponentId [clientSideComponentId]

The Client Side Component Id (GUID) of the application customizer. Specify either title, id, or clientSideComponentId.

-f, --force

Don't prompt for confirmation.

-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

This command can be used for removing an application customizer that's installed tenant-wide. To remove an application customizer from a specific site, view our dedicated spo applicationcustomizer remove command.

Examples

Removes an application customizer by title.

m365 spo tenant applicationcustomizer remove --title "Some customizer"

Removes an application customizer by id.

m365 spo tenant applicationcustomizer remove --id 3

Removes an application customizer by clientSideComponentId.

m365 spo tenant applicationcustomizer remove --clientSideComponentId "7096cded-b83d-4eab-96f0-df477ed7c0bc"

Response

The command won't return a response on success.

CTRL + M