delete_vector
Delete a vector by ID. On recall tier, the vector is immediately removed from queries; otherwise, an async rebuild is queued. Unknown IDs result in a no-op.
Instructions
Delete a single vector (memory) by id. With the recall tier on this is a synchronous tombstone — the vector is immediately gone from queries (read-your-deletes); otherwise it queues an async rebuild and returns a job_id. Deleting an unknown id is a clean no-op; a recall-tier failure surfaces as a retryable 503 (recall_delete_failed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||