Class ByProjectKeyQuotesKeyByKeyDelete

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



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