Class ByProjectKeyStagedQuotesKeyByKeyDelete

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



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