{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin domains.domain.Actions API", "version": "1.0.0" }, "items": [ { "info": { "name": "domains.domain.Actions", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Invoke action forceDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/forceDelete", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a domain using an asynchronous long-running operation. Before performing this operation, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain return an HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation." }, { "info": { "name": "Microsoft Graph Invoke action promote", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/promote", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" } ] }, "docs": "Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true." }, { "info": { "name": "Microsoft Graph Invoke action verify", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/verify", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" } ] }, "docs": "Validate the ownership of a domain. This operation only applies to an unverified domain. For an unverified domain, the isVerified property is false." } ] } ], "bundled": true }