Class ByProjectKeyQuoteRequestsKeyByKeyDelete

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



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