Class ByProjectKeyBusinessUnitsByIDDelete

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyBusinessUnitsByIDDelete>, Deprecatable200Trait<ByProjectKeyBusinessUnitsByIDDelete>, ErrorableTrait<ByProjectKeyBusinessUnitsByIDDelete>, ExpandableTrait<ByProjectKeyBusinessUnitsByIDDelete>, VersionedTrait<ByProjectKeyBusinessUnitsByIDDelete>, ClientRequestCommand<BusinessUnit>, CreateHttpRequestCommand, HttpRequestCommand<BusinessUnit>, RequestCommand<BusinessUnit>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.business_unit.BusinessUnit>> result = apiRoot
            .withProjectKey("{projectKey}")
            .businessUnits()
            .withId("{ID}")
            .delete()
            .withVersion(version)
            .execute()