Revision as of 15:17, February 18, 2014 by Clondon (talk | contribs)
Jump to: navigation, search

Unfollow

This operation will disable monitoring a specific Twitter user's tweets.

HTTP Request

POST on /twitter

{
"operationName":"Unfollow",
"twitterUserId": a Twitter user's numeric unique identifier
}

HTTP Response

Success

{
"statusCode": 0
}

Failure

{
"statusCode": an integer value above 0,
"statusMessage":details
}

For details on the statusCode value, please refer to the All Methods sub-section of the Return Values section.

Comments or questions about this documentation? Contact us for support!