Class ByProjectKeyQuotesByIDDelete

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



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