Twitterizer 2 Documentation
Delete Method (tokens)
NamespacesTwitterizerTwitterRelationshipDelete(OAuthTokens)
Allows the authenticating users to unfollow the user specified.
Declaration Syntax
C#Visual Basic
public TwitterResponse<TwitterUser> Delete(
	OAuthTokens tokens
)
Public Function Delete ( _
	tokens As OAuthTokens _
) As TwitterResponse(Of TwitterUser)
Parameters
tokens (OAuthTokens)
The tokens.
Return Value
Returns the unfollowed user in the requested format when successful. Returns a string describing the failure condition when unsuccessful.

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