Design API method to delete articles #42
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The NextCloud News API does not provide a means for clients to delete individual articles. Effectively this would be actually implemented as "Mark as read, then hide until the next purge" since articles are deduplicated between users, but it wouldn't be difficult to implement; it would just need to be coordinated with NextCloud News.
Clients can choose to do this locally if they wish.