diff --git a/specification/_global/delete_by_query/DeleteByQueryRequest.ts b/specification/_global/delete_by_query/DeleteByQueryRequest.ts index 7d21c9abfe..3c01f4b691 100644 --- a/specification/_global/delete_by_query/DeleteByQueryRequest.ts +++ b/specification/_global/delete_by_query/DeleteByQueryRequest.ts @@ -31,7 +31,6 @@ import { float, long } from '@_types/Numeric' import { QueryContainer } from '@_types/query_dsl/abstractions' import { Operator } from '@_types/query_dsl/Operator' import { SlicedScroll } from '@_types/SlicedScroll' -import { Sort } from '@_types/sort' import { Duration } from '@_types/Time' /** @@ -311,9 +310,5 @@ export interface Request extends RequestBase { * Slice the request manually using the provided slice ID and total number of slices. */ slice?: SlicedScroll - /** - * A sort object that specifies the order of deleted documents. - */ - sort?: Sort } }