Skip to content

New command: spo tenant applicationcustomizer remove #4866

@martinlingstuyl

Description

@martinlingstuyl

Usage

spo tenant applicationcustomizer remove

Description

Remove an application customizer that is installed tenant wide.

Options

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

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

Additional Info

Removes the list item from the tenant wide extensions list.

  • If multiple items are found, a disambiguation prompt should be given back to the user.
  • Should only look for items of the type application customizer. (Compare with spo tenant applicationcustomizer get command implementation)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions