aiBotV1BotsBotDestroy method
Create modify and update bot information for a specific tenant.
Parameters:
Implementation
Future<void> aiBotV1BotsBotDestroy(int id, String org,) async {
final response = await aiBotV1BotsBotDestroyWithHttpInfo(id, org,);
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}