# Unregister FIDO device **DELETE /auth/fido** Unregister a FIDO device from WebAuthn authentication. It requires two-factor authentication verification. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **totp** (string) TOTP verification code - **email_otp** (string) Email OTP verification code - **fido_authentication_response** (object) FIDO authentication response - **recovery_code** (string) Recovery code for two-factor authentication - **device_name** (string) Name of the FIDO device to unregister ## Responses ### 200: FIDO device unregistered ### 400: FIDO not enabled or verification failed [Powered by Bump.sh](https://bump.sh)