appwrite/docs/examples/1.6.x/server-graphql/examples/users/delete-mfa-authenticator.md
Steven Nguyen 301471354e
chore: regenerated 1.6.x examples
To ensure we didn't have anything extra, I deleted the 1.6.x folder and
then regenerated the examples via the sdk command.
2025-03-12 15:45:40 -07:00

125 B

mutation { usersDeleteMfaAuthenticator( userId: "<USER_ID>", type: "totp" ) { status } }