Class ByProjectKeyProductTypesByIDDelete

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



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