Class ByProjectKeyInStoreKeyByStoreKeyStagedQuotesKeyByKeyDelete

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



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