Class ByProjectKeyQuoteRequestsByIDDelete

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



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