I would like to know how I can delete the local database of my Mendix programm.
The background story is that i am calling a webservice to write data to an attribute. So every time the user presses a button, the webservice writes data to the attribute. That leads to many entries with the same value. I already fixed the problem with a validation check but I can't get rid of the entries.
Does somebody know how to delete those?