Class ByProjectKeyInStoreKeyByStoreKeyStagedQuotesByIDDelete

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



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