Resource to allow a user to disable TOTP.

DELETE /auth/totp

Responses

  • 200

    TOTP disabled

  • 400

    TOTP not enabled

DELETE /auth/totp
curl \
 --request DELETE 'http://api.example.com/auth/totp' \
 --header "Authorization: $API_KEY"