Delete a network.
Future<void> delete(String id) async { await _conn.request('Network/$id', 'DELETE'); }