Class ByProjectKeyTaxCategoriesByIDDelete

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



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