DELETE
/
account
/
two-factor
Disable 2fa
curl --request DELETE \
  --url https://dashboard.gratian.pro/api/client/account/two-factor \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

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

Response

204
application/json

No content

The response is of type string[].