Due to the nature of my application I need some of my records to just set an is_deleted
flag when being deleted.
Is there a way to do this in flask-restless upon receiving an HTTP DELETE
?
Due to the nature of my application I need some of my records to just set an is_deleted
flag when being deleted.
Is there a way to do this in flask-restless upon receiving an HTTP DELETE
?