delete_node

Function delete_node 

Source
pub async fn delete_node(
    infra: &InfraContext<'_>,
    token: &str,
    id: &str,
) -> Result<(), Error>
Expand description

Remove the HSM component with id id (typically an xname).

The caller’s group access to the node is validated before the delete is dispatched.