Class ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsKeyByKeyDelete

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



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