v57

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-012143051018.3 KB
Instance

Delete Instance

Delete an Instance by ID

Org must have a Tenant entity. Instance must belong to Tenant. User must have authorization role with TENANT_ADMIN suffix.

delete/v2/org/{org}/nico/instance/{instanceId}

Request body

isRepairTenantboolean nullable

Should be set to true for Tenants who are performing investigation/repairing the Machine. Otherwise omit or set to false

Example request

{
  "machineHealthIssue": {
    "category": "Network",
    "summary": "Machine has DPU connectivity error",
    "details": "Tenant observed repeated link flaps on the DPU uplink."
  },
  "isRepairTenant": false
}

Response

Deletion request was accepted

messagestring required

Human-readable outcome of the request

Example response

{
  "message": "Deletion request was accepted"
}