Can backendless delete a user post after a set time like 24 hours?

Hi all,

I’m strongly considering using backendless for my upcoming app but there is one function I need. If a user creates data, can the server then after 24 hours simply remove it on its own without the user doing anything??

For example a user says hello, that gets put on backendless, for 24 hours that user can see this and after 24 hours its gone forever.

Thanks :slight_smile:

Hello,
It’s possible if using business logic. You can create the timer which will take all necessary objects and delete them every 24 hours.
Please check Timers in Backendless Server Code with Java or Timers in Backendless Server Code with node.js.

Regards, Olga

Perfect thank you!