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


fun main() { 
   //sampleStart 
   // Delete network successfully
val resp = wickrClient.deleteNetwork {
    networkId = "12345678"
} 
   //sampleEnd
}