spo tenant applicationcustomizer remove
Removes an application customizer that is installed tenant wide.
Usage
spo tenant applicationcustomizer remove [options]
Options
-t, --title [title]The title of the Application Customizer. Specify either
title,id, orclientSideComponentId.-i, --id [id]The id of the Application Customizer. Specify either
title,id, orclientSideComponentId.-c, --clientSideComponentId [clientSideComponentId]The Client Side Component Id (GUID) of the application customizer. Specify either
title,id, orclientSideComponentId.--confirmDon'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 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.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
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.