Event Timeline
Comment Actions
What does the request look like? Does it go to /posts and/or /collections/posts? Do we need another endpoint to remove a post from a collection?
Comment Actions
Request is DELETE /api/posts/{id} for all owned posts, whether in a collection or not.