Class ByProjectKeyReviewsByIDDelete

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



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