Remove Documents from Collection
Remove embedding instances (documents) from a collection.
Reduces the collection’s scope by excluding specific documents. Documents are not deleted, only their association with the collection is removed.
Authentication
AuthorizationBearer
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
OR
AuthorizationBearer
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
Path parameters
collection_id
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Request
This endpoint expects an object.
embedding_instance_ids
Response
Documents removed from the collection
title
project_id
id
created
modified
summary
embedding_instances
task_ids
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error