Skip to main content
POST
/
account
/
two-factor
/
disable
Disable 2FA
curl --request POST \
  --url https://panel.arqonara.com/api/client/account/two-factor/disable \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>"
}
'
Menonaktifkan fitur autentikasi dua faktor (2FA) pada akun.
Endpoint ini memerlukan Password Akun saat ini sebagai konfirmasi keamanan sebelum 2FA dimatikan.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
password
string
required

Response

204

Success