v57

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-012143051018.3 KB
Host Firmware Config

Delete Host Firmware Config

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}.

delete/v2/org/{org}/nico/firmware-config/host

Request body

siteIdstring uuid required

ID of the Site where the host firmware config is stored.

vendorstring required

Hardware vendor for the configuration (for example Nvidia, Dell).

modelstring required

Hardware model for the configuration (for example DGXH100).

Example request

{
  "siteId": "00000000-0000-0000-0000-000000000001",
  "vendor": "Nvidia",
  "model": "DGXH100"
}

Response

Host firmware config deleted