Class ByProjectKeyShippingMethodsKeyByKeyDelete

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



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