logout
Log out from Microsoft 365
Usage
m365 logout [options]
Options
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,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
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
Remarks
The logout
command logs out from Microsoft 365 and removes any access and refresh tokens from memory
Examples
Log out from Microsoft 365
m365 logout
Log out from Microsoft 365 in debug mode including detailed debug information in the console output
m365 logout --debug
Response
The command won't return a response on success.