pub async fn delete_redfish_endpoint(
ctx: RequestCtx,
__arg1: Path<String>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
DELETE /redfish-endpoints/{id} — remove a Redfish endpoint from HSM.
pub async fn delete_redfish_endpoint(
ctx: RequestCtx,
__arg1: Path<String>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>DELETE /redfish-endpoints/{id} — remove a Redfish endpoint from HSM.