spo page section remove
Removes the specified section from a modern page
Usage
m365 spo page section remove [options]
Options
-u, --webUrl <webUrl>URL of the site where the page is located.
-n, --pageName <pageName>Name of the page from which to remove a section.
-s, --section <section>ID of the section to be removed.
-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.
Remarks
If the specified pageName doesn't refer to an existing modern page, you will get a File doesn't exists error.
Examples
Remove section of a modern page
m365 spo page section remove --webUrl https://contoso.sharepoint.com/sites/team-a --pageName home.aspx --section 1
Response
The command won't return a response on success.