---
title: "Delete Host Firmware Config"
method: DELETE
path: "/v2/org/{org}/nico/firmware-config/host"
tags: ["Host Firmware Config"]
---

# Delete Host Firmware Config

`DELETE /v2/org/{org}/nico/firmware-config/host`

Delete host firmware config for the org/site. The target Site is
specified by `siteId` in the request body; the configuration is
keyed by `(vendor, model)`.

User must have authorization role with `PROVIDER_ADMIN` suffix in the URL `{org}`.

## Request body

- HostFirmwareConfigDeleteRequest — Host firmware configuration delete payload.
  - `siteId` string, uuid, required — ID of the Site where the host firmware config is stored.
  - `vendor` string, required — Hardware vendor for the configuration (for example `Nvidia`, `Dell`).
  - `model` string, required — Hardware model for the configuration (for example `DGXH100`).

## Response `204`

Host firmware config deleted

## Other responses

- `400` — Error response when request data cannot be validated
- `403` — Error response when user is not authorized to call an endpoint or retrieve/modify objects
- `404` — Error response when requested object is not found
- `500` — Response when the API handler encounters an unexpected error
- `503` — Core gRPC API is unavailable, so the host firmware config request cannot be served.

## Changes

- **2026-06-30** `10b784158763` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api/changes/v2/org/:org/nico/firmware-config/host/delete.md)

---

[API](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api.md) · [All operations](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nvidia/nvidia-infra-controller-rest-api/revisions/2096eb1db2c1/schema)
