You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch).
439
+
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch).
440
440
/// </summary>
441
441
/// <param name="indexName">Name of the index on which to perform the operation.</param>
442
442
/// <param name="deleteByParams"></param>
@@ -449,7 +449,7 @@ public interface ISearchClient
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch). (Synchronous version)
452
+
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch). (Synchronous version)
453
453
/// </summary>
454
454
/// <param name="indexName">Name of the index on which to perform the operation.</param>
455
455
/// <param name="deleteByParams"></param>
@@ -2416,7 +2416,7 @@ public DeleteApiKeyResponse DeleteApiKey(string key, RequestOptions options = nu
2416
2416
2417
2417
2418
2418
/// <summary>
2419
-
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch).
2419
+
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch).
2420
2420
/// </summary>
2421
2421
///
2422
2422
/// Required API Key ACLs:
@@ -2449,7 +2449,7 @@ public async Task<DeletedAtResponse> DeleteByAsync(string indexName, DeleteByPar
2449
2449
2450
2450
2451
2451
/// <summary>
2452
-
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch). (Synchronous version)
2452
+
/// This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch). (Synchronous version)
0 commit comments