pub async fn delete_kernel_parameters(
ctx: RequestCtx,
__arg1: Json<DeleteKernelParametersRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
DELETE /api/v1/kernel-parameters — remove named kernel parameters from node BSS entries.