--- title: deleteRecentHashtag description: Deletes a hashtag from the list of recently used hashtags --- ## Method: deleteRecentHashtag [Back to methods index](index.md) YOU CANNOT USE THIS METHOD IN MADELINEPROTO Deletes a hashtag from the list of recently used hashtags ### Params: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |hashtag|[string](../types/string.md) | Yes|The hashtag to delete| ### Return type: [Ok](../types/Ok.md)