DeleteUserSigningMethod

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

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

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

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

Last updated