Class ByProjectKeyOrdersEditsByIDDelete

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.order_edit.OrderEdit>> result = apiRoot
            .withProjectKey("{projectKey}")
            .orders()
            .edits()
            .withId("{ID}")
            .delete()
            .withVersion(version)
            .execute()