pub async fn delete_redfish_endpoint(
infra: &InfraContext<'_>,
token: &str,
id: &str,
) -> Result<(), Error>Expand description
Delete a Redfish endpoint registration by id (BMC xname).
NotFound is surfaced by the backend when id does not match an
existing registration; the service forwards it unchanged.