Skip to main content

entra multitenant remove

Removes a multitenant organization

Usage

m365 entra multitenant remove [options]

options

-f, --force

Don'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, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

info

To use this command you must be at least Security Administrator.

info

When removing a Multi-Tenant Organization, all associations with other tenants will be removed too.

The removing process can take up to 2 hours to complete.

Examples

Remove the multitenant organization.

m365 entra multitenant remove

Remove the multitenant organization without prompting for confirmation.

m365 entra multitenant remove --force

Response

The command won't return a response on success

More information

CTRL + M