Values.DeleteNetworkRequestSourceDeletes a Wickr network and all its associated resources, including users, bots, security groups, and settings. This operation is permanent and cannot be undone.
type nonrec t = {networkId : NetworkId.t;The ID of the Wickr network to delete.
*)clientToken : ClientToken.t option;A unique identifier for this request to ensure idempotency. If you retry a request with the same client token, the service will return the same response without attempting to delete the network again.
*)}