I’ve tried everything listed in the API’s.
Please can you give me a simple method that can delete an object from the database that has a specific value.
If I have tblNotification(objectID, Title, … )
How do I SIMPLY delete the database entry where objectID = an ID?
Thanks
Fixed
let nots = self.backendless.persistenceService.of(Notification.ofClass()).removeID("495E963A-838B-12D2-FFB5-AD60B4E27D00")