Skip to content

Commit 29eccb3

Browse files
remove deprecation warning from delete documents by batch
route deprecation no longer planned
1 parent ff23c55 commit 29eccb3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

reference/api/documents.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -582,10 +582,6 @@ You can use this `taskUid` to get more details on [the status of the task](/refe
582582

583583
## Delete documents by batch
584584

585-
<Warning>
586-
This endpoint will be deprecated in the near future. Consider using POST `/indexes/{index_uid}/documents/delete` instead .
587-
</Warning>
588-
589585
<RouteHighlighter method="POST" path="/indexes/{index_uid}/documents/delete-batch" />
590586

591587
Delete a set of documents based on an array of document ids.

0 commit comments

Comments
 (0)