diff --git a/algolia/search/api_search.go b/algolia/search/api_search.go index 225577d64..470bca700 100644 --- a/algolia/search/api_search.go +++ b/algolia/search/api_search.go @@ -2692,7 +2692,7 @@ DeleteBy calls the API and returns the raw response from it. 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). +and then delete the records using the [`batch` operation](#tag/Records/operation/batch). Required API Key ACLs: - deleteIndex @@ -2746,7 +2746,7 @@ DeleteBy casts the HTTP response body to a defined struct. 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). +and then delete the records using the [`batch` operation](#tag/Records/operation/batch). Required API Key ACLs: - deleteIndex