Description Usage Arguments Value Note Author(s) References Examples
View source: R/statuses.destroy.R
Delete a weibo by the ID.
1  | statuses.destroy(roauth, id, ...)
 | 
roauth | 
 A OAuth object created by   | 
id | 
 The weibo ID to be deleted.  | 
... | 
 Other request parameters for this API.  | 
A list of weibos, each weibo contains:
idstr | 
 Weibo ID of string  | 
created_at | 
 Created time  | 
id | 
 Weibo ID  | 
text | 
 Weibo content  | 
source | 
 Weibo source  | 
favorited | 
 Whether it is favorited  | 
truncated | 
 Whether it is truncated  | 
in_reply_to_status_id | 
 The reply's ID  | 
in_reply_to_user_id | 
 Replyer ID  | 
in_reply_to_screen_name | 
 Replyer nickname  | 
mid | 
 Weibo MID  | 
bmiddle_pic | 
 Medium picture  | 
original_pic | 
 Original picture  | 
thumbnail_pic | 
 Thumbnail picture  | 
reposts_count | 
 Repost count  | 
comments_count | 
 Comment count  | 
annotations | 
 Weibo annotation information  | 
geo | 
 Geography information  | 
user | 
 User profile that posted the weibo  | 
You can only delete the weibo created by yourself.
Jian Li <rweibo@sina.com>
http://open.weibo.com/wiki/2/statuses/destroy
1 2 3 4 5 6  | ## Not run: 
rep1 <- statuses.repost(roauth, id = "3543748358960699", status = "hello")
statuses.destroy(roauth, id = rep1$idstr)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.