---
url: >-
  https://adk.nht.io/api/@nhtio/adk/types/type-aliases/DispatchStandingInstructionDeleteFn.md
description: Removes a standing instruction (LLM execution context variant).
---

# Type Alias: DispatchStandingInstructionDeleteFn

```ts
type DispatchStandingInstructionDeleteFn = (
  ctx: DispatchContext,
  v: string | Tokenizable,
) => void | Promise<void>;
```

Defined in: [lib/contracts/dispatch\_context.ts:73](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/lib/contracts/dispatch_context.ts#L73)

Removes a standing instruction (LLM execution context variant).

## Parameters

| Parameter | Type                                                             |
| --------- | ---------------------------------------------------------------- |
| `ctx`     | [`DispatchContext`](../interfaces/DispatchContext.md)            |
| `v`       | `string` | [`Tokenizable`](../../common/classes/Tokenizable.md) |

## Returns

`void` | `Promise`<`void`>
