Connections
Delete specific connection
Deletes a connection for the authenticated user, identified by the connection ID. Also deletes associated data from Qdrant.
Authorization
AuthorizationRequiredBearer <token>Bearer token authentication required
In: header
Path Parameters
idRequiredstringThe unique identifier of the connection to delete
Query Parameters
waitbooleanIf true, waits for the deletion operation in Qdrant to complete before returning. Defaults to false.
Connection deleted successfully