Class ByProjectKeyInStoreKeyByStoreKeyQuotesKeyByKeyDelete

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



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