cURL
curl --request DELETE \ --url https://dashboard.gratian.pro/api/client/account/two-factor \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
Disables two-factor authentication on an account if the password provided is valid.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No content
The response is of type string[].
string[]