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