Forum Discussion
Deleted
Aug 17, 2018Delete a site collection via Microsoft Graph?
Hi, I'm taking my first baby steps with the Microsoft Graph and I was wondering how to perform a task such as deleting a classic team site. I know how to GET it as described in the official https://...
Aug 17, 2018
Might I ask why you want to use the Graph for deleting a Site Collection? As you surely know, there is currently no parity between what you can do with the Graph and what you can do with CSOM
- DeletedAug 20, 2018
Well, there's no real use case scenario in a productive environment for this. I was just exploring and curious and a little confused that the Microsoft Graph would not support DELETE for site collections.
Back to PNP PowerShell then. Thanks.