Values.DeleteBotRequestSourceDeletes a bot from a specified Wickr network. This operation permanently removes the bot account and its associated data from the network.
type nonrec t = {networkId : NetworkId.t;The ID of the Wickr network from which the bot will be deleted.
*)botId : BotId.t;The unique identifier of the bot to be deleted.
*)}