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