deleteUser

This endpoint deletes a user. All the linked wallets to the user will be inaccessible once the user has been deleted.

public deleteUser(userId: string, signingMethod: VyUserAuth) : VyPromise<Any>

Parameters

userId

string

This is the `ID` of the user you want to delete.

signingMethod

This operation requires a valid Signing-Method from the corresponding user

Last updated