Instance Type
Delete a Machine/Instance Type association
Delete a Machine's association with an Instance Type.
machineAssociationId path parameter has been renamed to machineId. The path parameter will continue to accept both Machine ID and Machine/Instance Type ID until July 9th, 2026 00:00 UTC. After that time, Machine/Instance Type ID will no longer be accepted.
Org must have an Infrastructure Provider entity that owns the Instance Type and the Machine. User must have authorization role with PROVIDER_ADMIN suffix.
delete/v2/org/{org}/nico/instance/type/{instanceTypeId}/machine/{machineAssociationId}
Response
Deletion request was accepted
Example response
{
"message": "Deletion request was accepted"
}