pub async fn delete_node(
ctx: RequestCtx,
__arg1: Path<String>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
DELETE /nodes/{id} — remove a node from HSM by xname or NID.
pub async fn delete_node(
ctx: RequestCtx,
__arg1: Path<String>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>DELETE /nodes/{id} — remove a node from HSM by xname or NID.