entra multitenant remove
Removes a multitenant organization
Usage
m365 entra multitenant remove [options]
options
-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
To use this command you must be at least Security Administrator.
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.
Permissions
- Delegated
- Application
| Resource | Permissions |
|---|---|
| Microsoft Graph | MultiTenantOrganization.ReadWrite.All |
| Resource | Permissions |
|---|---|
| Microsoft Graph | MultiTenantOrganization.ReadWrite.All |
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
- Multitenant organization: https://learn.microsoft.com/entra/identity/multi-tenant-organizations/overview