DeleteAccount constructor

DeleteAccount(
  1. {required String reason,
  2. required String password,
  3. int? extra,
  4. int? clientId}
)

Deletes the account of the current user, deleting all information associated with the user from the server. The phone number of the account can be used to create a new account.

Returns Ok

Implementation

DeleteAccount