Class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsByIDDelete

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



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