Class ByProjectKeyShippingMethodsByIDDelete

All Implemented Interfaces:
ApiDeleteMethod<ByProjectKeyShippingMethodsByIDDelete,ShippingMethod>, ConflictingTrait<ByProjectKeyShippingMethodsByIDDelete>, Deprecatable200Trait<ByProjectKeyShippingMethodsByIDDelete>, ErrorableTrait<ByProjectKeyShippingMethodsByIDDelete>, ExpandableTrait<ByProjectKeyShippingMethodsByIDDelete>, VersionedTrait<ByProjectKeyShippingMethodsByIDDelete>, ClientRequestCommand<ShippingMethod>, CreateHttpRequestCommand, HttpRequestCommand<ShippingMethod>, RequestCommand<ShippingMethod>



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