Allows the authenticating users to unfollow the user specified in the ID parameter.
| C# | Visual Basic |
public static TwitterResponse<TwitterUser> Delete( OAuthTokens tokens, decimal userId )
Public Shared Function Delete ( _ tokens As OAuthTokens, _ userId As Decimal _ ) As TwitterResponse(Of TwitterUser)
- tokens (OAuthTokens)
- The tokens.
- userId (Decimal)
- The user id.
Returns the unfollowed user in the requested format when successful.