Hi Ken, The error OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY, is usually thrown when you try to do a mutate operation on a entity that was already removed. Please refer guide <https://developers.google.com/adwords/api/docs/common-errors#OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY> for better clarity. You could also get a EntityNotFound.INVALID_ID <https://developers.google.com/adwords/api/docs/common-errors#EntityNotFound.INVALID_ID> error. Your code looks good to me and should remove the ad schedule using AdSchedule id, after the line $campaignCriterionService->mutate($removeOperations); is executed as in example here <https://developers.google.com/adwords/api/docs/guides/ad-features#code_examples>. If this does not address your issue, could you please reply with your complete SOAP logs? You may opt to *reply privately to author*.
Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/8729ba7b-6957-4707-b021-9e8f0de08604%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
