Allocation
Delete Allocation
Delete an Allocation by ID.
Org must have an Infrastructure Provider entity, and the specified Allocation must have been created by that Provider. Requesting user must have PROVIDER_ADMIN role.
Tenant management of Allocation is not supported in MVP.
delete/v2/org/{org}/nico/allocation/{allocationId}
Response
Deletion request was accepted
Example response
{
"message": "Deletion request was accepted"
}