aiBotV1BotsBotCommandsDestroy method
Create slash commands for a specific bot eg. /iblai-baseline
Parameters:
Implementation
Future<void> aiBotV1BotsBotCommandsDestroy(int id, String org,) async {
final response = await aiBotV1BotsBotCommandsDestroyWithHttpInfo(id, org,);
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}