Class ByProjectKeyStagedQuotesKeyByKeyDelete

All Implemented Interfaces:
ApiDeleteMethod<ByProjectKeyStagedQuotesKeyByKeyDelete,StagedQuote>, ConflictingTrait<ByProjectKeyStagedQuotesKeyByKeyDelete>, DataerasureTrait<ByProjectKeyStagedQuotesKeyByKeyDelete>, Deprecatable200Trait<ByProjectKeyStagedQuotesKeyByKeyDelete>, ErrorableTrait<ByProjectKeyStagedQuotesKeyByKeyDelete>, ExpandableTrait<ByProjectKeyStagedQuotesKeyByKeyDelete>, VersionedTrait<ByProjectKeyStagedQuotesKeyByKeyDelete>, ClientRequestCommand<StagedQuote>, CreateHttpRequestCommand, HttpRequestCommand<StagedQuote>, RequestCommand<StagedQuote>



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