DeleteUser
Please note that this operation is non-reversible. User funds will not be recoverable once deleted unless they have backed up their private key.
Description
Deletes the user's encrypted wallets, the Metafi share and the user's share on their device. Renders the wallet unrecoverable.
Details
Signature
async DeleteUser(apiKey)
Arguments
Parameter | Type | Definition |
---|---|---|
| String | The API Key generated from the Developer Portal |
Return Value
This function returns a Promise
that resolves to the following object:
Example
Last updated