spo list contenttype remove
Removes content type from list
Usage
m365 spo list contenttype remove [options]
Options
-u, --webUrl <webUrl>URL of the site where the list is located.
-l, --listId [listId]ID of the list. Specify either
listTitle,listId, orlistUrl.-t, --listTitle [listTitle]Title of the list. Specify either
listTitle,listId, orlistUrl.--listUrl [listUrl]Server- or site-relative URL of the list. Specify either
listTitle,listId, orlistUrl.-i, --id <id>ID of the content type to remove from the list.
-f, --forceDon'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,permissions,response,full. Default isoptions.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md,none. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Examples
Remove content type with a specific id from the list retrieved by id in a specific site.
m365 spo list contenttype remove --webUrl https://contoso.sharepoint.com/sites/project-x --listId 0cd891ef-afce-4e55-b836-fce03286cccf --id 0x010109010053EE7AEB1FC54A41B4D9F66ADBDC312A
Remove content type with a specific id from the list retrieved by title in a specific site.
m365 spo list contenttype remove --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle Documents --id 0x010109010053EE7AEB1FC54A41B4D9F66ADBDC312A
Remove content type with a specific id from the list retrieved by server relative URL in a specific site. This will not prompt for confirmation.
m365 spo list contenttype remove --webUrl https://contoso.sharepoint.com/sites/project-x --listUrl 'sites/project-x/Documents' --id 0x010109010053EE7AEB1FC54A41B4D9F66ADBDC312A --force
Response
The command won't return a response on success.