Class ByProjectKeyStagedQuotesByIDDelete

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyStagedQuotesByIDDelete,StagedQuote>
com.commercetools.api.client.ByProjectKeyStagedQuotesByIDDelete
All Implemented Interfaces:
ApiDeleteMethod<ByProjectKeyStagedQuotesByIDDelete,StagedQuote>, ConflictingTrait<ByProjectKeyStagedQuotesByIDDelete>, DataerasureTrait<ByProjectKeyStagedQuotesByIDDelete>, Deprecatable200Trait<ByProjectKeyStagedQuotesByIDDelete>, ErrorableTrait<ByProjectKeyStagedQuotesByIDDelete>, ExpandableTrait<ByProjectKeyStagedQuotesByIDDelete>, VersionedTrait<ByProjectKeyStagedQuotesByIDDelete>, io.vrap.rmf.base.client.ClientRequestCommand<StagedQuote>, io.vrap.rmf.base.client.RequestCommand<StagedQuote>



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