pub fn delete_group(
vault: &Vault,
murk: &mut Murk,
name: &str,
) -> Result<(), MurkError>Expand description
Delete a group. Refuses if any secret is still assigned to it — the caller should reassign or remove those secrets first, so no data is silently orphaned (group ciphertext would become unreadable).