I use this URL for delete a group: https://graph.windows.net/<domain>/groups/<objectId>/?api-version=1.5 (ref: https://msdn.microsoft.com/en-us/library/azure/dn151608.aspx) but I can't do it. I set full permission for application (I can create/update). How deleted group via REST Api?
This is requonse:
{
odata.error:
{
code: "Authorization_RequestDenied"
message:
{
lang: "en"
value: "Insufficient privileges to complete the operation."
}
-
}
-
}