pub async fn delete_hw_component(
ctx: RequestCtx,
__arg1: Path<String>,
__arg2: Json<DeleteHwComponentRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
DELETE /api/v1/hardware-clusters/{target}/members — move nodes back to parent cluster by hardware pattern.