Disable two-factor authentication
Turns two-factor off and discards the authenticator secret and recovery codes. The action requires a current authenticator or recovery code.
DELETE
/v1/users/me/two-factorTurns two-factor off and discards the authenticator secret and recovery codes. The action requires a current authenticator or recovery code.
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Header Parameters
Response Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://example.com/v1/users/me/two-factor" \ -H "Authorization: Bearer <token>"Empty