appwrite/docs/examples/1.6.x/server-php/examples/account/delete-mfa-authenticator.md
2025-04-24 14:46:03 +00:00

440 B

setEndpoint('https://.cloud.appwrite.io/v1') // Your API Endpoint ->setProject('') // Your project ID ->setSession(''); // The user session to authenticate with $account = new Account($client); $result = $account->deleteMfaAuthenticator( type: AuthenticatorType::TOTP() );