---
title: "Delete Measured Boot Trusted Machine Approval"
method: DELETE
path: "/v2/org/{org}/nico/measured-boot/trusted-machine/{id}"
tags: ["Measured Boot Trusted Machine"]
---

# Delete Measured Boot Trusted Machine Approval

`DELETE /v2/org/{org}/nico/measured-boot/trusted-machine/{id}`

Delete a measured-boot trusted Machine approval by approval ID or Machine ID.

Org must have an Infrastructure Provider entity that owns the Site. User must have authorization role with `PROVIDER_ADMIN` suffix.

## Query parameters

- `siteId` string, uuid, required
- `selector` 'ApprovalId' | 'MachineId', required

## Response `200`

Deleted measured-boot trusted Machine approval

- MeasuredBootTrustedMachine — A measured-boot trusted Machine approval.
  - `approvalId` string, uuid, required — Unique approval ID.
  - `machineId` string, required — Machine UUID, or `*` when the approval applies to all Machines.
  - `approvalType` 'Oneshot' | 'Persist', required — Whether the approval is consumed once or persists for future reports.
  - `pcrRegisters` string, required — Optional comma-separated PCR register selector.
  - `comments` string, required — Optional operator comments about the approval.
  - `created` string, date-time, nullable, required — Time when the approval was created, or null when Core did not return a timestamp.

## 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

## Changes

- **2026-07-30** `f7a20a911b05` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api/changes/v2/org/:org/nico/measured-boot/trusted-machine/:id/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/a2dc05bef3c1/schema)
