Sharing a sample code that can be used to delete the instance in Dynamics 365 CE using Online Admin API. Read the previous post for more details We basically need to get the instace id and use the HTTP Delete to achieve this https://docs.microsoft.com/en-in/rest/api/admin.services.crm.dynamics.com/Instances/DeleteInstance Production instance needs to be converted to Sandbox before it can …
Continue Reading Nishant Rana’s Article on their blog
Sample code to delete instance using Online Management API in Dynamics 365 Customer Engagement
Sharing a sample code that can be used to delete the instance in Dynamics 365 CE using Online Admin API. Read the previous post for more details We basically need to get the instace id and use the HTTP Delete to achieve this https://docs.microsoft.com/en-in/rest/api/admin.services.crm.dynamics.com/Instances/DeleteInstance Production instance needs to be converted to Sandbox before it can…
Blog Syndicated with Nishant Rana’s Permission