spo tenant commandset remove
Removes a ListView Command Set that is installed tenant wide.
Usage
spo tenant commandset remove [options]
Options
-t, --title [title]The title of the ListView Command Set. Specify either
title,id, orclientSideComponentId.-i, --id [id]The id of the ListView Command Set. Specify either
title,id, orclientSideComponentId.-c, --clientSideComponentId [clientSideComponentId]The Client Side Component Id (GUID) of the ListView Command Set. Specify either
title,id, orclientSideComponentId.--confirmDon't prompt for confirmation.
--8 < -- "docs/cmd/_global.mdx"
Examples
Removes an ListView Command Set by title.
`sh
m365 spo tenant commandset remove --title "Some command set"
Removes a ListView Command Set by id.
m365 spo tenant commandset remove --id 3
Removes a ListView Command Set by clientSideComponentId.
m365 spo tenant commandset remove --clientSideComponentId 7096cded-b83d-4eab-96f0-df477ed7c0bc
Response
The command won't return a response on success.