Class ByProjectKeyProductTypesKeyByKeyDelete

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



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