diff --git a/pom.xml b/pom.xml
index fa56afd..bf2a300 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
org.gcube.common
storagehub-model
- 1.0.2-SNAPSHOT
+ 1.0.3-SNAPSHOT
storagehub-model
diff --git a/src/main/java/org/gcube/common/storagehub/model/storages/StorageBackend.java b/src/main/java/org/gcube/common/storagehub/model/storages/StorageBackend.java
index f263fbe..dc9518f 100644
--- a/src/main/java/org/gcube/common/storagehub/model/storages/StorageBackend.java
+++ b/src/main/java/org/gcube/common/storagehub/model/storages/StorageBackend.java
@@ -14,4 +14,6 @@ public interface StorageBackend {
InputStream getContent(String id);
+ void delete(String id);
+
}