remove_account
- Inputs
{
"phone_code": "string: minimum 5 characters",
"phone_code_hash": "string: fixed length is 16",
"phone_number": "phone number: example: +18885559977"
}
- Errors
{
"must_logout": "user must logout",
"phone_code_hash_expired": "wrong or expired phone_code_hash",
"phone_number_does_not_exist": "there is no account assigned to this phone number"
}
- Extra Description
Remove account while user does not know password nor access to the email and wants to delete everything from the account without login into it
- Sample
- Url:
- Output:
{
"status": "success",
"time": 1526966340.437936
}