Class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsKeyByKeyDelete

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



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