Class ByProjectKeyShippingMethodsKeyByKeyDelete

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



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