DeleteUser

Description

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

void DeleteUser(const FString& userId, const FVyUserAuth& signingMethod) const

Parameters

userId

FString

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

signingMethod

FVyUserAuth

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

Last updated