Class ByProjectKeyTaxCategoriesKeyByKeyDelete

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



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