Disable TOTP
DELETE
/auth/v1/users/current/totp/deleteDisables TOTP two-factor authentication for the authenticated user and removes their stored TOTP secret.
Authorization
Bearer Authorization<token>
In: header
Response Body
204
No Content
curl -X DELETE "https://api.rixl.com/auth/v1/users/current/totp/delete"No Content