Class ByProjectKeyBusinessUnitsByIDDelete

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyBusinessUnitsByIDDelete,BusinessUnit>
com.commercetools.api.client.ByProjectKeyBusinessUnitsByIDDelete
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyBusinessUnitsByIDDelete>, Deprecatable200Trait<ByProjectKeyBusinessUnitsByIDDelete>, ErrorableTrait<ByProjectKeyBusinessUnitsByIDDelete>, ExpandableTrait<ByProjectKeyBusinessUnitsByIDDelete>, VersionedTrait<ByProjectKeyBusinessUnitsByIDDelete>, io.vrap.rmf.base.client.ClientRequestCommand<BusinessUnit>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<BusinessUnit>, io.vrap.rmf.base.client.RequestCommand<BusinessUnit>



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