Method: Weibo::Base#tags_destroy

Defined in:
lib/weibo/base.rb

#tags_destroy(tag_id) ⇒ Object

Tags/destroy



339
340
341
# File 'lib/weibo/base.rb', line 339

def tags_destroy(tag_id)
  perform_delete("/tags/destroy.json", :body => {:tag_id => tag_id})
end