@@ -1697,7 +1697,7 @@ public CompletableFuture<DeletedAtResponse> deleteIndexAsync(@Nonnull String ind
1697
1697
/**
1698
1698
* Deletes a record by its object ID. To delete more than one record, use the [`batch`
1699
1699
* operation](#tag/Records/operation/batch). To delete records matching a query, use the
1700
- * [`deleteByQuery ` operation](#tag/Records/operation/deleteBy).
1700
+ * [`deleteBy ` operation](#tag/Records/operation/deleteBy).
1701
1701
*
1702
1702
* @param indexName Name of the index on which to perform the operation. (required)
1703
1703
* @param objectID Unique record identifier. (required)
@@ -1713,7 +1713,7 @@ public DeletedAtResponse deleteObject(@Nonnull String indexName, @Nonnull String
1713
1713
/**
1714
1714
* Deletes a record by its object ID. To delete more than one record, use the [`batch`
1715
1715
* operation](#tag/Records/operation/batch). To delete records matching a query, use the
1716
- * [`deleteByQuery ` operation](#tag/Records/operation/deleteBy).
1716
+ * [`deleteBy ` operation](#tag/Records/operation/deleteBy).
1717
1717
*
1718
1718
* @param indexName Name of the index on which to perform the operation. (required)
1719
1719
* @param objectID Unique record identifier. (required)
@@ -1726,7 +1726,7 @@ public DeletedAtResponse deleteObject(@Nonnull String indexName, @Nonnull String
1726
1726
/**
1727
1727
* (asynchronously) Deletes a record by its object ID. To delete more than one record, use the
1728
1728
* [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the
1729
- * [`deleteByQuery ` operation](#tag/Records/operation/deleteBy).
1729
+ * [`deleteBy ` operation](#tag/Records/operation/deleteBy).
1730
1730
*
1731
1731
* @param indexName Name of the index on which to perform the operation. (required)
1732
1732
* @param objectID Unique record identifier. (required)
@@ -1753,7 +1753,7 @@ public CompletableFuture<DeletedAtResponse> deleteObjectAsync(
1753
1753
/**
1754
1754
* (asynchronously) Deletes a record by its object ID. To delete more than one record, use the
1755
1755
* [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the
1756
- * [`deleteByQuery ` operation](#tag/Records/operation/deleteBy).
1756
+ * [`deleteBy ` operation](#tag/Records/operation/deleteBy).
1757
1757
*
1758
1758
* @param indexName Name of the index on which to perform the operation. (required)
1759
1759
* @param objectID Unique record identifier. (required)
0 commit comments