Class ByProjectKeyQuoteRequestsByIDDelete

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



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