---
url: >-
  https://adk.nht.io/api/@nhtio/adk/types/type-aliases/StandingInstructionDeleteFn.md
description: Removes a standing instruction from the persistence layer.
---

# Type Alias: StandingInstructionDeleteFn

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

Defined in: [lib/contracts/turn\_runner\_context.ts:169](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/lib/contracts/turn_runner_context.ts#L169)

Removes a standing instruction from the persistence layer.

## Parameters

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

## Returns

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