Hello, I'm trying to remove all customers for a customer list, using the REST API.
I got the request to get my list: curl -f --request POST "https://googleads.googleapis.com/v10/customers/xxxx/googleAds:searchStream" \ --header "Content-Type: application/json" \ --header "developer-token: xxx" \ --header "Authorization: Bearer ${TOKEN}" \ --header "login-customer-id: xxx" \ --data "{ query:'SELECT user_list.id, user_list.name FROM user_list'}" and it works fine. Now I need to send a new request and remove_all customers part of this list? Anybody know the request to use? Thanks, Nicolas -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/35bae4b7-ea72-4757-8813-24c2d318ef4fn%40googlegroups.com.