@wildix/wim-voicebots-client > VoiceBots > deleteVoiceBot
VoiceBots.deleteVoiceBot() method
Signature:
deleteVoiceBot(args: DeleteVoiceBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceBotCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
---|---|---|
args | ||
options | __HttpHandlerOptions | |
cb | (err: any, data?: DeleteVoiceBotCommandOutput) => void |
Returns:
void