DeleteParams
DeleteParams =
object
Defined in: packages/cloud/src/client/types.gen.ts:2429
Schema for the parameters of a delete job.
Properties
document_ids_to_delete?
optional
document_ids_to_delete:string
[] |null
Defined in: packages/cloud/src/client/types.gen.ts:2433
The IDs for the documents to delete.
files_ids_to_delete?
optional
files_ids_to_delete:string
[] |null
Defined in: packages/cloud/src/client/types.gen.ts:2437
The IDs for the files to delete.
data_sources_ids_to_delete?
optional
data_sources_ids_to_delete:string
[] |null
Defined in: packages/cloud/src/client/types.gen.ts:2441
The IDs for the data sources to delete.
embed_collection_name?
optional
embed_collection_name:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:2445
The collection name to delete.
data_sink_id?
optional
data_sink_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:2449
The ID for the data sink from which to delete data.