def destroy
    begin
      @io_interface = IoInterface.find(params[:id])
      @io_interface.destroy
      redirect_to app_admin_io_interfaces_path,