For the complete documentation index, see llms.txt. This page is also available as Markdown.

DeleteUser

Description

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

public static VyTask<VyTaskVoid> DeleteUser(string userId, VyUserAuth signingMethod)

Parameters

userId

string

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

signingMethod

VyUserAuth

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

Last updated