Disable 2FA
DELETE
https://api.vpsbg.eu/v1/user/2faDisable the 2FA for the account.
Request
Body Params application/json
otp
integerย
required
One time password
Example
{
"otp": 1111111
}
Request samples
Responses
Disabled 2FA(204)
Validation error. The error is specified in the response.(422)
HTTP Code:ย 204
Content Type :ย JSONapplication/json
Data Schema
objectย {0}
Example
Not configured
Last modified: 3 months ago