appwrite/docs/examples/1.5.x/client-graphql/examples/account/delete-authenticator.md
2024-02-25 00:34:42 +13:00

653 B

mutation { accountDeleteAuthenticator( type: "totp", otp: "" ) { _id _createdAt _updatedAt name password hash hashOptions registration status labels passwordUpdate email phone emailVerification phoneVerification mfa totp prefs { data } targets { _id _createdAt _updatedAt name userId providerId providerType identifier } accessedAt } }