Class ByProjectKeyQuotesKeyByKeyDelete

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyQuotesKeyByKeyDelete,Quote>
com.commercetools.api.client.ByProjectKeyQuotesKeyByKeyDelete
All Implemented Interfaces:
ApiDeleteMethod<ByProjectKeyQuotesKeyByKeyDelete,Quote>, ConflictingTrait<ByProjectKeyQuotesKeyByKeyDelete>, DataerasureTrait<ByProjectKeyQuotesKeyByKeyDelete>, Deprecatable200Trait<ByProjectKeyQuotesKeyByKeyDelete>, ErrorableTrait<ByProjectKeyQuotesKeyByKeyDelete>, ExpandableTrait<ByProjectKeyQuotesKeyByKeyDelete>, VersionedTrait<ByProjectKeyQuotesKeyByKeyDelete>, 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()
            .withKey("{key}")
            .delete()
            .withVersion(version)
            .execute()