Class ByProjectKeyInventoryByIDDelete

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

Produces the InventoryEntryDeleted Message.



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