Unregister FIDO device
Unregister a FIDO device from WebAuthn authentication. It requires two-factor authentication verification.
DELETE
/auth/fido
curl \
--request DELETE 'http://api.example.com/auth/fido' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"totp":"string","email_otp":"string","fido_authentication_response":{},"recovery_code":"string","device_name":"string"}'
Request examples
{
"totp": "string",
"email_otp": "string",
"fido_authentication_response": {},
"recovery_code": "string",
"device_name": "string"
}