Class ByProjectKeyInStoreKeyByStoreKeyQuotesByIDDelete

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



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