Class ByProjectKeyInStoreKeyByStoreKeyOrdersByIDDelete

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyInStoreKeyByStoreKeyOrdersByIDDelete,Order>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyOrdersByIDDelete
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInStoreKeyByStoreKeyOrdersByIDDelete>, DataerasureTrait<ByProjectKeyInStoreKeyByStoreKeyOrdersByIDDelete>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyOrdersByIDDelete>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyOrdersByIDDelete>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyOrdersByIDDelete>, VersionedTrait<ByProjectKeyInStoreKeyByStoreKeyOrdersByIDDelete>, io.vrap.rmf.base.client.ClientRequestCommand<Order>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<Order>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.order.Order>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .orders()
            .withId("{ID}")
            .delete()
            .withVersion(version)
            .execute()