--- title: deleteRecentHashtag description: Deletes a hashtag from the list of recently used hashtags image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # 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 ### Parameters: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |hashtag|[string](../types/string.md) | Yes|The hashtag to delete| ### Return type: [Ok](../types/Ok.md)