OTP - Remove User Authenticator node
The OTP - Remove User Authenticator node removes an OTP authenticator associated with a specific user.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
Specifies the username of the user whose OTP authenticators need to be removed.
Specifies the OTP authenticator that needs to be removed.
Default output node
- Success
- Failure
JSON metadata
{
"name": "remove_otp",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"nodeName": "RemoveOtp",
"category": "one_time_password",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "OTP - Remove User Authenticator"
}, {
"lang": "it",
"value": "OTP - Remove User Authenticator"
}
],
"index": 6,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}