Cannot delete/remove objects in AD using IntegrationHubIssue In this case, security groups couldn't be deleted from AD using delete AD object action. But this can happen with any AD object.ReleaseLondon+ResolutionThe object to be deleted is queried first. Once the object is fetched, we run the DeleteTree() method on the object to delete the object and its children.Ensure the configured credentials have permission to run the DeleteTree() operation.