Class ByProjectKeyShippingMethodsByIDDelete

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



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