Hi, To remove the entire extension setting, you need to perform an AdGroupExtensionSettingService.mutate() <https://developers.google.com/adwords/api/docs/reference/v201705/AdGroupExtensionSettingService#mutate> request with the REMOVE operator. This will remove the association between the entity and all feed items in the extension setting. To remove an individual ExtensionFeedItems within the extension setting, you need to specify a new set of ExtensionFeedItems <https://developers.google.com/adwords/api/docs/reference/v201705/AdGroupExtensionSettingService.ExtensionSetting#extensions> that does not contain the one you want to remove. Please see this guide <https://developers.google.com/adwords/api/docs/guides/extension-settings#removing_ad_extensions> for more details on removing ad extensions. Please note that the underlying feed items are not removed. You can either delete the feed items <https://developers.google.com/adwords/api/docs/guides/extension-settings#deleting_feed_items>, or reuse the feed items <https://developers.google.com/adwords/api/docs/guides/extension-settings#reusing_feed_items> in other extension settings.
Regards, Shwetha, 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/4d226ec4-498c-46b5-8272-beabfaf77ccf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
