<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`Plugin`](Plugin) › [`removeCommand`](Plugin/removeCommand)
## Plugin.removeCommand() method
Manually remove a command from the list of global commands. This should not be needed unless your plugin registers commands dynamically.
1.7.2
**Signature:**
```typescript
removeCommand(commandId: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>commandId</code> | <code>string</code> | |
**Returns:**
`void`