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
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
Example response
{
"message": "Deletion request was accepted"
}