Connections
Delete file(s) from a connection
Deletes one or more files from the specified connection. Provide either a single `file` name or an array of `files`, but not both. The deletion from the primary database is immediate; associated vectors in Qdrant will be removed synchronously by default, or queued if `wait=false`.
Authorization
AuthorizationRequiredBearer <token>Bearer token authentication required
In: header
Request Body
application/jsonRequiredbodyRequiredobject | objectProvide exactly one of file or files.
Path Parameters
idRequiredstringThe unique identifier of the connection.
Files deleted successfully