Page MenuHomeWrite.as

Allow deleting post with user access token
Closed, ResolvedPublic

Event Timeline

matt claimed this task.
matt raised the priority of this task from to Normal.
matt updated the task description. (Show Details)
matt added projects: API, Restricted Project.
matt moved this task to Restricted Project Column on the Restricted Project board.
matt changed the visibility from "All Users" to "Public (No Login Required)".
matt added a subscriber: matt.

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?

Request is DELETE /api/posts/{id} for all owned posts, whether in a collection or not.