Open
Description
In many cases, one might not want DELETE calls to actually issue a deletion of the record from the database, instead it would be desirable to set an is_deleted attribute to True or something similar.
Currently flask-restless does not seem to allow this, which makes it too rigid to be used in critical applications like financial software, where persistent deletion of records is very uncommon.