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).
1925
1925
@@ -1931,12 +1931,12 @@ async def delete_by(
1931
1931
:param delete_by_params: (required)
1932
1932
:type delete_by_params: DeleteByParams
1933
1933
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
1934
-
:return: Returns the deserialized response in a 'DeletedAtResponse' result object.
1934
+
:return: Returns the deserialized response in a 'UpdatedAtResponse' result object.
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).
6925
6925
@@ -6931,12 +6931,12 @@ def delete_by(
6931
6931
:param delete_by_params: (required)
6932
6932
:type delete_by_params: DeleteByParams
6933
6933
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
6934
-
:return: Returns the deserialized response in a 'DeletedAtResponse' result object.
6934
+
:return: Returns the deserialized response in a 'UpdatedAtResponse' result object.
0 commit comments