context option remove
Removes an already available name from local context file.
Usage
m365 context option remove [options]
Options
-n, --name <name>The name of the option which will be deleted from the context
-f, --forceDon't prompt for confirming removing the option
-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
Removes an already available name from the local context file
m365 context option remove --name "listName"
Removes an already available name from the local context file without confirmation
m365 context option remove --name "listName" --force
Response
The command won't return a response on success.