Skip to content

Commit 3143cf5

Browse files
Remove deprecation warning from delete documents by batch (#3286)
Route deprecation no longer planned
1 parent 21903b3 commit 3143cf5

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)