sergehuber commented on code in PR #715:
URL: https://github.com/apache/unomi/pull/715#discussion_r2426643467


##########
api/src/main/java/org/apache/unomi/api/services/EventService.java:
##########
@@ -161,4 +161,10 @@ public interface EventService {
      * @param profileId identifier of the profile that we want to remove it's 
events
      */
     void removeProfileEvents(String profileId);
+
+    /**
+     * Delete an event by specifying its event identifier
+     * @param eventIdentifier the unique identifier for the event
+     */
+    void deleteEvent(String eventIdentifier);

Review Comment:
   This was removed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to