Operating System
Delete Operating System
Delete an Operating System by ID
If the Operating System has infrastructureProviderId set, then org must have an Infrastructure Provider entity and its ID should match the Operating System Infrastructure Provider ID. User must have authorization role with PROVIDER_ADMIN suffix.
If the Operating System has tenantId set, then org must have a Tenant entity and its ID should match the Operating System Tenant ID. User must have authorization role with TENANT_ADMIN suffix.
delete/v2/org/{org}/nico/operating-system/{operatingSystemId}
Response
Deletion request was accepted
Example response
{
"message": "Deletion request was accepted"
}