Delete the current user
Initiates the deletion process for the currently authenticated User, by sending a deletion confirmation email. The email contains a link that the user needs to visit in order to proceed with the deletion process. API Reference (opens in a new tab)
Example
const venture = new VentureClient('TOKEN');
await venture.user.delete();
Usage
- This method accepts no parameters.
Return Type
Promise<void>