-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleting uploaded media #30
Comments
While I'm thinking about scope-based security, when I implement this I would be expecting that this is only possible when |
I'm in favor of #1, and I agree that |
Consensus at Micropub Popup 2020 for individuals present was ot use the Micropub endpoint delete syntax and require the delete and media scopes to do so. |
My media endpoint now supports this action:
It requires |
Micro.blog supports this. It doesn't currently have a new scope, although I plan to add that later. |
Micropub for WordPress supports this. |
Does anyone's media endpoint support deleting uploaded files? It seems like there are 2 options here:
action=delete
and aurl
of the uploaded file. This would be consistent with deleting posts, but on the media endpoint instead.url
would be referencing a JPEG or other uploaded file.I'm leaning toward the 1st option because there is already a proposal to have
q=source
on the media endpoint, so it makes sense to me that media-related API calls would be on the media endpoint where possible.The text was updated successfully, but these errors were encountered: