Remove a previously registered command from the dispatch table.
Declared in <rpc/server.h>
bool
removeCommand(
std::string const& name,
CRPCCommand const* pcmd);
True if the command was found and removed.
| Name | Description |
|---|---|
| name | The method name the command was registered under. |
| pcmd | The command to remove. |