pub fn remove_grant(
current: &mut Murk,
name: &str,
) -> Result<GrantEntry, MurkError>Expand description
Remove a grant by name, returning its metadata so the caller can revoke the agent recipient (which clears its private entries) and rotate the scope.