# File femto.rb, line 377
  def delete(q)
    $its.delete_item(q['id'])
    redirect_to_femto(q)
  end