Allows the authenticating users to unfollow the user specified.
| C# | Visual Basic |
public TwitterResponse<TwitterUser> Delete( OAuthTokens tokens )
Public Function Delete ( _ tokens As OAuthTokens _ ) As TwitterResponse(Of TwitterUser)
- tokens (OAuthTokens)
- The tokens.
Returns the unfollowed user in the requested format when successful. Returns a string describing the failure condition when unsuccessful.