Skip to main content
DELETE
Delete a document

Authorizations

Authorization
string
header
required

Tenant-scoped API key beginning with qkv_live_.

Path Parameters

index_id
string<uuid>
required

Tenant-scoped index UUID returned by index creation.

doc_id
string
required

Customer-provided document ID. URL-encode reserved characters.

Required string length: 1 - 255

Response

Delete operation completed

deleted
boolean
required

True when a stored document existed and was removed.