Twitter API Explorer

friendships/destroy

Allows the authenticating users to unfollow the user specified in the ID parameter. Returns the unfollowed user in the requested format when successful. Returns a string describing the failure condition when unsuccessful.

http://twitter.com/friendships/destroy.{{response_format}}

false

One of the following parameters is required:

  • Specfies the ID of the user to unfollow.

  • Specfies the screen name of the user to unfollow.

Show
  • You can also use the (ambiguous) parameter - id. The ID or screen name of the user to unfollow. (Example: http://twitter.com/friendships/destroy/12345.json or http://twitter.com/friendships/destroy/bob.xml)


* You need to first to make authenticated request.

Built by Ricky (@r1cky on Twitter)

A Django site.
Powered by Twitter