Deletes the saved search specified in the ID parameter as the authenticating user.
| C# | Visual Basic |
public static TwitterResponse<TwitterSavedSearch> Delete( OAuthTokens tokens, decimal savedsearchId, OptionalProperties options )
Public Shared Function Delete ( _ tokens As OAuthTokens, _ savedsearchId As Decimal, _ options As OptionalProperties _ ) As TwitterResponse(Of TwitterSavedSearch)
- tokens (OAuthTokens)
- The tokens.
- savedsearchId (Decimal)
- The saved search id.
- options (OptionalProperties)
- The options.
The deleted saved search in the requested format when successful.