Class ByProjectKeyStagedQuotesByIDDelete

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



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