Solr search is not available. Your search is being redirected.

POST statuses/destroy/:id

Updated on Tue, 2013-01-29 09:36

Destroys the status specified by the required ID parameter. The authenticating user must be the author of the specified status. Returns the destroyed status if successful.

Resource URL

https://api.twitter.com/1.1/statuses/destroy/:id.json

Parameters

id required

The numerical ID of the desired status.

Example Values: 123

trim_user optional

When set to either true, t or 1, each tweet returned in a timeline will include a user object including only the status authors numerical ID. Omit this parameter to receive the complete user object.

Example Values: true

Example Request

POST

https://api.twitter.com/1.1/statuses/destroy/240854986559455234.json

POST Data

None

  1. {
  2.   "coordinates": null,
  3.   "favorited": false,
  4.   "created_at": "Wed Aug 29 16:54:38 +0000 2012",
  5.   "truncated": false,
  6.   "id_str": "240854986559455234",
  7.   "entities": {
  8.     "urls": [
  9.       {
  10.         "expanded_url": "http://venturebeat.com/2012/08/29/vimeo-dropbox/#.UD5JLsYptSs.twitter",
  11.         "url": "http://t.co/7UlkvZzM",
  12.         "indices": [
  13.           69,
  14.           89
  15.         ],
  16.         "display_url": "venturebeat.com/2012/08/29/vim\u2026"
  17.       }
  18.     ],
  19.     "hashtags": [
  20.  
  21.     ],
  22.     "user_mentions": [
  23.  
  24.     ]
  25.   },
  26.   "in_reply_to_user_id_str": null,
  27.   "text": "\"Vimeo integrates with Dropbox for easier video uploads and shares\": http://t.co/7UlkvZzM",
  28.   "contributors": null,
  29.   "retweet_count": 1,
  30.   "id": 240854986559455234,
  31.   "in_reply_to_status_id_str": null,
  32.   "geo": null,
  33.   "retweeted": false,
  34.   "in_reply_to_user_id": null,
  35.   "possibly_sensitive": false,
  36.   "place": null,
  37.   "user": {
  38.     "name": "Jason Costa",
  39.     "profile_sidebar_border_color": "86A4A6",
  40.     "profile_sidebar_fill_color": "A0C5C7",
  41.     "profile_background_tile": false,
  42.     "profile_image_url": "http://a0.twimg.com/profile_images/1751674923/new_york_beard_normal.jpg",
  43.     "created_at": "Wed May 28 00:20:15 +0000 2008",
  44.     "location": "",
  45.     "is_translator": true,
  46.     "follow_request_sent": false,
  47.     "id_str": "14927800",
  48.     "profile_link_color": "FF3300",
  49.     "entities": {
  50.       "url": {
  51.         "urls": [
  52.           {
  53.             "expanded_url": "http://www.jason-costa.blogspot.com/",
  54.             "url": "http://t.co/YCA3ZKY",
  55.             "indices": [
  56.               0,
  57.               19
  58.             ],
  59.             "display_url": "jason-costa.blogspot.com"
  60.           }
  61.         ]
  62.       },
  63.       "description": {
  64.         "urls": [
  65.  
  66.         ]
  67.       }
  68.     },
  69.     "default_profile": false,
  70.     "contributors_enabled": false,
  71.     "url": "http://t.co/YCA3ZKY",
  72.     "favourites_count": 883,
  73.     "utc_offset": -28800,
  74.     "id": 14927800,
  75.     "profile_image_url_https": "https://si0.twimg.com/profile_images/1751674923/new_york_beard_normal.jpg",
  76.     "profile_use_background_image": true,
  77.     "listed_count": 150,
  78.     "profile_text_color": "333333",
  79.     "protected": false,
  80.     "lang": "en",
  81.     "followers_count": 8760,
  82.     "time_zone": "Pacific Time (US & Canada)",
  83.     "profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme6/bg.gif",
  84.     "verified": false,
  85.     "profile_background_color": "709397",
  86.     "notifications": false,
  87.     "description": "Platform at Twitter",
  88.     "geo_enabled": true,
  89.     "statuses_count": 5531,
  90.     "default_profile_image": false,
  91.     "friends_count": 166,
  92.     "profile_background_image_url": "http://a0.twimg.com/images/themes/theme6/bg.gif",
  93.     "show_all_inline_media": true,
  94.     "screen_name": "jasoncosta",
  95.     "following": false
  96.   },
  97.   "possibly_sensitive_editable": true,
  98.   "source": "<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>",
  99.   "in_reply_to_screen_name": null,
  100.   "in_reply_to_status_id": null
  101. }