--- title: deleteAccount description: Deletes the account of currently logged in user, deleting from the server all information associated with it. Account's phone number can be used to create new account, but only once in two weeks --- ## Method: deleteAccount [Back to methods index](index.md) YOU CANNOT USE THIS METHOD IN MADELINEPROTO Deletes the account of currently logged in user, deleting from the server all information associated with it. Account's phone number can be used to create new account, but only once in two weeks ### Params: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |reason|[string](../types/string.md) | Yes|Optional reason of account deletion| ### Return type: [Ok](../types/Ok.md)