Hi,

You can send a MUTATE request to FeedItemService 
<https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService>
 
with the REMOVE operator in the FeedItemOperation 
<https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItemOperation>

Here's a sample SOAP request. Replace FEED_ID and FEED_ITEM_ID with the 
appropriate values.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:v20="https://adwords.google.com/api/adwords/cm/v201502";>
   <soapenv:Header>
      <v20:RequestHeader>
         
<v20:clientCustomerId>YOUR_CLIENT_CUSTOMER_ID</v20:clientCustomerId>
         <v20:developerToken>YOUR_DEVELOPER_TOKEN</v20:developerToken>
         <v20:userAgent>YOUR_USER_AGENT</v20:userAgent>
         <v20:validateOnly>false</v20:validateOnly>
         <v20:partialFailure>true</v20:partialFailure>
      </v20:RequestHeader>
   </soapenv:Header>
   <soapenv:Body>
      <v20:mutate>
         <v20:operations>
            <v20:operator>REMOVE</v20:operator>
            <v20:Operation.Type>xsi:type</v20:Operation.Type>
            <v20:operand>
               <v20:feedId>FEED_ID</v20:feedId>
               <v20:feedItemId>FEED_ITEM_ID</v20:feedItemId>
            </v20:operand>
         </v20:operations>
      </v20:mutate>
   </soapenv:Body>
</soapenv:Envelope>


On Wednesday, May 27, 2015 at 1:55:35 AM UTC-7, cvit sandeep wrote:
>
> Hi Adword Team,
> How can we remove the feed item . We want to remove the ad extensions like 
> sitelink, call extension, callout extension etc.
> How can we remove these extensions? 
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1bac1250-1554-4b95-9c0f-e6fca9961ab0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to