Unblocks the user specified as the authenticating user.
| C# | Visual Basic |
public static TwitterResponse<TwitterUser> Destroy( OAuthTokens tokens, decimal userId )
Public Shared Function Destroy ( _ tokens As OAuthTokens, _ userId As Decimal _ ) As TwitterResponse(Of TwitterUser)
- tokens (OAuthTokens)
- The tokens.
- userId (Decimal)
- The user id.
The unblocked user in the requested format when successful.