This Choreo unsubscribes the authenticated user from the specified list. The documentation for this Twitter resource can be found here.
Here's an example of acceptable inputs:
ConsumerKey: {YOUR CONSUMER KEY}
ConsumerSecret {YOUR CONSUMER SECRET}
AccessToken: {YOUR ACCESS TOKEN}
AccessTokenSecret: {YOUR TOKEN SECRET}
OwnerScreenName: qatemboo
Slug: newtestlist
The following is a sample of the JSON information returned by this Choreo:
Note that in cases where both id and id_str are provided in the output, it is preferable to use id_str.
{
"member_count": 0,
"full_name": "@qatemboo/lists/newtestlist",
"user": {
"verified": false,
"favourites_count": 0,
"time_zone": "Quito",
"name": "Temboo QA",
"profile_sidebar_border_color": "C0DEED",
"created_at": "Fri Dec 18 19:23:06 +0000 2009",
"default_profile_image": true,
"contributors_enabled": false,
"id": 97731133,
"entities": {
"description": {
"urls": []
}
},
"friends_count": 2,
"profile_background_tile": false,
"followers_count": 4,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"geo_enabled": false,
"profile_sidebar_fill_color": "DDEEF6",
"statuses_count": 107,
"default_profile": true,
"is_translator": false,
"lang": "en",
"utc_offset": -18000,
"url": null,
"profile_background_color": "C0DEED",
"screen_name": "qatemboo",
"location": null,
"listed_count": 1,
"protected": false,
"description": null,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"profile_link_color": "0084B4",
"id_str": "97731133",
"profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png",
"following": true,
"profile_use_background_image": true,
"notifications": false,
"profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png",
"profile_text_color": "333333",
"follow_request_sent": false
},
"subscriber_count": 1,
"following": false,
"created_at": "Tue Sep 10 19:05:04 +0000 2013",
"id_str": "95833455",
"id": 95833455,
"mode": "public",
"slug": "newtestlist",
"uri": "/qatemboo/lists/newtestlist",
"description": "test list",
"name": "NewTestList"
}