@@ -1481,7 +1481,7 @@ public CompletableFuture<DeleteApiKeyResponse> deleteApiKeyAsync(@Nonnull String
1481
1481
/**
1482
1482
* This operation doesn't accept empty queries or filters. It's more efficient to get a list of
1483
1483
* object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the
1484
- * records using the [`batch` operation](tag/Records/operation/batch).
1484
+ * records using the [`batch` operation](# tag/Records/operation/batch).
1485
1485
*
1486
1486
* @param indexName Name of the index on which to perform the operation. (required)
1487
1487
* @param deleteByParams (required)
@@ -1497,7 +1497,7 @@ public DeletedAtResponse deleteBy(@Nonnull String indexName, @Nonnull DeleteByPa
1497
1497
/**
1498
1498
* This operation doesn't accept empty queries or filters. It's more efficient to get a list of
1499
1499
* object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the
1500
- * records using the [`batch` operation](tag/Records/operation/batch).
1500
+ * records using the [`batch` operation](# tag/Records/operation/batch).
1501
1501
*
1502
1502
* @param indexName Name of the index on which to perform the operation. (required)
1503
1503
* @param deleteByParams (required)
@@ -1510,7 +1510,7 @@ public DeletedAtResponse deleteBy(@Nonnull String indexName, @Nonnull DeleteByPa
1510
1510
/**
1511
1511
* (asynchronously) This operation doesn't accept empty queries or filters. It's more efficient to
1512
1512
* get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then
1513
- * delete the records using the [`batch` operation](tag/Records/operation/batch).
1513
+ * delete the records using the [`batch` operation](# tag/Records/operation/batch).
1514
1514
*
1515
1515
* @param indexName Name of the index on which to perform the operation. (required)
1516
1516
* @param deleteByParams (required)
@@ -1538,7 +1538,7 @@ public CompletableFuture<DeletedAtResponse> deleteByAsync(
1538
1538
/**
1539
1539
* (asynchronously) This operation doesn't accept empty queries or filters. It's more efficient to
1540
1540
* get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then
1541
- * delete the records using the [`batch` operation](tag/Records/operation/batch).
1541
+ * delete the records using the [`batch` operation](# tag/Records/operation/batch).
1542
1542
*
1543
1543
* @param indexName Name of the index on which to perform the operation. (required)
1544
1544
* @param deleteByParams (required)
0 commit comments