---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/vector/plan/interfaces/DeletePlan.md
---

# Interface: DeletePlan

Defined in: [batteries/vector/plan.ts:47](https://github.com/NHTIO/ADK/blob/v1.20260607.0/src/batteries/vector/plan.ts#L47)

## Properties

| Property                                         | Type                                                                 | Description                                                                                        | Defined in                                                                                                      |
| ------------------------------------------------ | -------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
|  `collection`    | `string`                                                             | -                                                                                                  | [batteries/vector/plan.ts:48](https://github.com/NHTIO/ADK/blob/v1.20260607.0/src/batteries/vector/plan.ts#L48) |
|  `consistency?` | [`VectorConsistency`](../../types/type-aliases/VectorConsistency.md) | Per-operation read-after-write override from `.consistency()`; absent = use store/adapter default. | [batteries/vector/plan.ts:52](https://github.com/NHTIO/ADK/blob/v1.20260607.0/src/batteries/vector/plan.ts#L52) |
|  `filter?`           | [`VectorFilter`](../../filters/type-aliases/VectorFilter.md)         | -                                                                                                  | [batteries/vector/plan.ts:50](https://github.com/NHTIO/ADK/blob/v1.20260607.0/src/batteries/vector/plan.ts#L50) |
|  `ids?`                 | `string`\[]                                                           | -                                                                                                  | [batteries/vector/plan.ts:49](https://github.com/NHTIO/ADK/blob/v1.20260607.0/src/batteries/vector/plan.ts#L49) |
