Class ByProjectKeyProductTypesByIDDelete

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



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