Future<bool> delete(int id) async { await cliente.delete(urlapi, queryParameters: {"id": id}); return true; }