Class ByProjectKeyTaxCategoriesKeyByKeyDelete

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



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