Delete documents
Deletes documents from a namespace by their IDs.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Namespace identifier. Alphanumeric characters, hyphens, underscores, and dots. Max 128 characters.
Maximum string length:
128Pattern:
^[A-Za-z0-9-_.]{1,128}$Body
application/json
Maximum array length:
10000Response
Successful response
Previous
SearchSearches the documents in a namespace.
Set `multiturn: true` to enable multi-turn mode, which returns a `session_id` and may return `clarification_needed` status when the system needs more information.
Set `stream: true` to receive results as server-sent events; see `SearchStreamEvent` for the event shape. The stream closes after either a `session_result` or `error` event.
Next
JavaScript