appwrite/docs/examples/1.8.x/server-graphql/examples/users/delete-mfa-authenticator.md
2025-08-26 15:40:03 +12:00

125 B

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