class Stytch::Users

def delete_totp(

def delete_totp(
  totp_id:
)
  delete_request("#{PATH}/totps/#{totp_id}")
end