Twitterizer 2 Documentation
Delete Method (tokens, userName, options)
NamespacesTwitterizerTwitterFriendshipDelete(OAuthTokens, String, OptionalProperties)
Allows the authenticating users to unfollow the user specified in the ID parameter.
Declaration Syntax
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)
Parameters
tokens (OAuthTokens)
The tokens.
userName (String)
The username.
options (OptionalProperties)
The options.
Return Value
Returns the unfollowed user in the requested format when successful.

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)