Hello, I am using Node.js so cannot use any of the Official Google client libraries for Google Ads API. For most of the tasks, I am using Google Ads Library by Opteo <https://opteo.com/dev/google-ads-api/#features> that uses gRPC <https://grpc.io/>. However, it does not support most of the Account management related options as of yet.
So, I have few REST requests. For account management, I have a simple REST request that creates a new Customer Client under my MCC account. To do so, I am doing *https://googleads.googleapis.com/v3/customers/${MANAGER_ACCOUNT_ID}:createCustomerClient* It works perfectly. Now I cannot figure out, how can I delete the customer that I created above. What would the REST request look like to delete the Customer Client from my MCC account. Could not figure out anything from Account Management <https://developers.google.com/google-ads/api/docs/account-management/overview> . Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/7bdc6d05-3f1f-45ac-8a15-a4898c25fce6n%40googlegroups.com.
