Class ByProjectKeyReviewsByIDDelete

All Implemented Interfaces:
ApiDeleteMethod<ByProjectKeyReviewsByIDDelete,Review>, ConflictingTrait<ByProjectKeyReviewsByIDDelete>, DataerasureTrait<ByProjectKeyReviewsByIDDelete>, Deprecatable200Trait<ByProjectKeyReviewsByIDDelete>, ErrorableTrait<ByProjectKeyReviewsByIDDelete>, ExpandableTrait<ByProjectKeyReviewsByIDDelete>, VersionedTrait<ByProjectKeyReviewsByIDDelete>, ClientRequestCommand<Review>, CreateHttpRequestCommand, HttpRequestCommand<Review>, RequestCommand<Review>



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