I get this error when I try to remove the Ad Group. Please help me. Thanks
This is my code , Laravel Framework.
$adGroupService =self::getService(AdGroupService::class);
// Create operation.
$adGroupOperation = new AdGroupOperation();
$adGroupOperation->setOperand($adgroupid);
$adGroupOperation->setOperator(Operator::REMOVE);