Delete specific documents from your Library. Use a list of ids to identify your documents to delete. No need to call the train API after deleting to sync your library.

Your delete request body should have the following structure:

{
  "ids": Array[int | str]
}
Language
Click Try It! to start a request and see the response here!