# RemoveCommandHandler(string)

Method in [DialogueRunner](https://docs.yarnspinner.dev/2.0/api/csharp/yarn.unity/yarn.unity.dialoguerunner)

## Summary

Removes a command handler.

```csharp
public void RemoveCommandHandler(string commandName)
```

## Parameters

| Name                 | Description                        |
| -------------------- | ---------------------------------- |
| `string` commandName | The name of the command to remove. |
