Hard-deleting objects / deleting revision history #872
|
Hi! I have recently deleted some objects (events + places) through the web interface, but I notice they still appear in the revision history. Ideally it would be possible through the web interface, but since I could not seem to locate it, I wonder if there is an API call I could make to delete a revision? (From the swagger UI it does not seem so, but maybe I am missing it?) I think it would be really nice with a way to fully delete an object through the web interface, especially considering the personal nature of the information it is normal to store. |
Replies: 1 comment 2 replies
|
Deleting revisions is not possible via the API right now - you have to delete the database rows manually. Note that revisions can only be accessed by editors and above, so users without write access will not see them. They don't even have the revisions view in the main menu. |
Deleting revisions is not possible via the API right now - you have to delete the database rows manually.
Note that revisions can only be accessed by editors and above, so users without write access will not see them. They don't even have the revisions view in the main menu.