Hi,

Sorry, I can only answer in English, but if you are asking how to remove a 
FeedItem, you would want to issue a FeedItemService.mutate 
<https://developers.google.com/adwords/api/docs/reference/v201409/FeedItemService#mutate>
 
call, passing a FeedItemOperation 
<https://developers.google.com/adwords/api/docs/reference/v201409/FeedItemService.FeedItemOperation>
 
with:

   - operand = a FeedItem with:
      - feedId 
      
<https://developers.google.com/adwords/api/docs/reference/v201409/FeedItemService.FeedItem#feedId>
 = 
      the feed ID
      - feedItemId 
      
<https://developers.google.com/adwords/api/docs/reference/v201409/FeedItemService.FeedItem#feedItemId>
 = 
      the ID of the feed item
      - operator = REMOVE

If that does not answer your question, please provide more details on your 
use case and I'll be glad to help.

Cheers,
Josh, AdWords API Team

On Friday, February 20, 2015 at 10:32:18 AM UTC-5, treto...@gmail.com wrote:
>
> Добрый день, подскажите как удалить физически FeedItem которые били до 
> этого созданы FeedItemService?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/afa200cb-9416-4a43-818b-1048c2c2e010%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to