deleteUserSigningMethod

This endpoint is used to delete a user\'s signing method.

public deleteUserSigningMethod(userId: String, signingMethodId: String, signingMethod: VyUserAuth) : VyPromise<Any>

Parameters

userId

String

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

signingMethodId

String

This is the `ID` of signing method you want to delete.

signingMethod

VyUserAuth

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

Last updated