deleteNetwork

Deletes a Wickr network and all its associated resources, including users, bots, security groups, and settings. This operation is permanent and cannot be undone.

Samples

// Delete network successfully
val resp = wickrClient.deleteNetwork {
    networkId = "12345678"
}