v68

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0145100116.5 KB
Documents

Delete document

Deletes the specified document from the index. Succeeds if document is not present.

post/api/index/v1/deletedocument

Request body

versioninteger

Version number for document for optimistic concurrency control. If absent or 0 then no version checks are done.

datasourcestring required

datasource of the document

objectTypestring required

object type of the document

idstring required

The id of the document

Response

OK