• FEATURES
  • PRICING
  • MARKETPLACE
  • CASE STUDIES
  • BLOG
  • Mass delete objects

    Is there a way to mass delete entries into the system? I have noticed that there is no easy way to delete multiple Participants from one study, as I had to go in and delete them one by one. Is this a function that is made easier via the API, or is it safe to delete them from the MySQL tables in the database if we can identify all of the tables that are related?

    Thanks.

    There is no option to mass delete. Something we plan to support in future versions.

    The best option is to use APIs. Directly MySQL delete is a big NO NO given it might lead to database corruption.

    ~Sri

    Good to know, thanks. I assumed editing the MySQL tables would potentially corrupt the database. Thanks for confirming that.