Unblocks the user specified as the authenticating user.
| C# | Visual Basic |
public static TwitterResponse<TwitterUser> Destroy( OAuthTokens tokens, string screenName, OptionalProperties options )
Public Shared Function Destroy ( _ tokens As OAuthTokens, _ screenName As String, _ options As OptionalProperties _ ) As TwitterResponse(Of TwitterUser)
- tokens (OAuthTokens)
- The tokens.
- screenName (String)
- The user's screen name.
- options (OptionalProperties)
- The options.
The unblocked user in the requested format when successful.