Skip to main content
DELETE
/
measured-boot-images
/
{image_id}
Delete a measured boot image
curl --request DELETE \
  --url https://api.cloud.onidel.com/measured-boot-images/{image_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

image_id
string<uuid>
required

Measured boot image UUID

Query Parameters

team_id
string

Team ID. Default team will be used if not provided.

Response

Successful operation