Class ByProjectKeyProductTypesKeyByKeyDelete

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



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