MadelineProtoDocs/docs/TD_docs/methods/deleteAccount.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

24 lines
861 B
Markdown

---
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
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|reason|[string](../types/string.md) | Yes|Optional reason of account deletion|
### Return type: [Ok](../types/Ok.md)