Delete MPC Group
func main() {
// Create a request to delete the group
va req = DeleteGroupRequest(groupID: "keyGenGroupID")
// Initialize the client
va client = MPCClient()
// Delete the MPC group
client.deleteGroup(req)
}Last updated