Hi Jia, The AdWordsUserListService <https://developers.google.com/adwords/api/docs/reference/v201809/AdwordsUserListService> is used to manage user lists. Currently, it is not possible to remove the complete user list using the AdWordsUserListService.mutate() <https://developers.google.com/adwords/api/docs/reference/v201809/AdwordsUserListService#mutate> as the REMOVE operator is not supported. However, you should be able to remove the user list member using the AdwordsUserListService.mutateMembers() <https://developers.google.com/adwords/api/docs/reference/v201809/AdwordsUserListService#mutatemembers> and the REMOVE operator. Based on the SOAP logs snippet you shared, it looks like you're using the REMOVE operator to remove the entire user list using the mutateMembers operation which is not possible to do so.
Let me know if you have further clarifications. Thanks and regards, Luis AdWords API Team On Friday, November 16, 2018 at 2:39:34 PM UTC+8, jia zheng wrote: > > When I use the following request > > <v:mutate xmlns="https://adwords.google.com/api/adwords/rm/v201802"> > <v:operations> > <v1:operator>REMOVE</v1:operator> > <v:operand xsi:type="LogicalUserList"> > <v:id>736723029</v:id> > </v:operand> > </v:operations> > </v:mutate> > > Error returned: > [{"faultcode":["soap:Client"],"faultstring":["[OperatorError.OPERATOR_NOT_SUPPORTED > > @ operations[0]]"],"detail":[{"ApiExceptionFault":[{"$":{"xmlns":" > https://adwords.google.com/api/adwords/cm/v201802","xmlns:ns2":" > https://adwords.google.com/api/adwords/rm/v201802"},"message":["[OperatorError.OPERATOR_NOT_SUPPORTED > > @ > operations[0]]"],"ApplicationException.Type":["ApiException"],"errors":[{"$":{"xmlns:xsi":" > http://www.w3.org/2001/XMLSchema-instance > ","xsi:type":"OperatorError"},"fieldPath":["operations[0]"],"fieldPathElements":[{"field":["operations"],"index":["0"]}],"trigger":[""],"errorString":["OperatorError.OPERATOR_NOT_SUPPORTED"],"ApiError.Type":["OperatorError"],"reason":["OPERATOR_NOT_SUPPORTED"]}]}]}]}] > > I cannot delete successfully. What can I do to delete? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. 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/872b74f5-d393-4177-a17f-e68976dbfd71%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.