qdrant-delete-point
Delete a specific point in a Qdrant collection by providing its unique ID and the collection name.
Instructions
Delete a specific point by its ID from a Qdrant collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point_id | Yes | The ID of the point to delete | |
| collection_name | Yes | The collection to delete the point from |