Dayzure Practical answers to your Daily Azure questions

Delete an object from Azure AD Graph API
astaykov on 5. November 2015 11:19

So, how can we delete an object from the Azure AD Graph API?

Whatch the following video to find out:

 

You can use the following code to promote service principal to become Company Adminstrator:

And you can use the Graph API as usual, now with DELETE HTTP verb:

Comments are closed