deleteSigningMethod

Description

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

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

Parameters

userId

string

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

signingMethodId

string

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

signingMethod

VyUserAuth

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

Last updated