Delete MPC Group
func main() {
let req = DeleteGroupRequest(groupID: "keyGenGroupID")
// Initialize the MPC client
let client = MPCClient()
// Delete the MPC group
client.deleteGroup(req))
}Last updated