How to permanently delete resources in Python Eve after enabling soft delete?

167 views Asked by At

The docs at: https://docs.python-eve.org/en/stable/features.html#soft-delete clearly describe how to enable "soft delete" feature and how to restore items that are deleted.But it is not clear to me how to permanently delete suchlike items. One workaround is to implement a f. API for this purpose but I am wondering if there is already a mechanism to do this in Eve.

Thanks in advance, Raghu

0

There are 0 answers