/
SU
supabase
/
Supabase Auth REST API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v47
latest
OpenAPI 3.0.3
MIT License
raw.githubusercontent.com
2026-08-01
59
15
132.9 KB
admin
Remove a user's MFA factor.
delete
/admin/users/{userId}/factors/{factorId}
Response
User's MFA factor.
MFAFactorSchema
required
Represents a MFA factor.
id
string
uuid
status
string
Usually one of:
verified
unverified
friendly_name
string
factor_type
string
Usually one of:
totp
phone
webauthn
webauthn_credential
string
phone
string
phone
nullable
created_at
string
date-time
updated_at
string
date-time
last_challenged_at
string
date-time
nullable