Class ByProjectKeyQuotesByIDDelete

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



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