Skip to content
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

Add an endpoint for deleting an attachment #28

Open
3 tasks
joelvdavies opened this issue Oct 2, 2024 · 0 comments
Open
3 tasks

Add an endpoint for deleting an attachment #28

joelvdavies opened this issue Oct 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@joelvdavies
Copy link
Collaborator

Implement a DELETE endpoint /attachments/<attachment_id> that:

  • Deletes the attachment metadata from the database
  • Deletes the file object in the object store
  • Must gracefully deal with a situation when the file object with the given object_key doesn't exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Up Next
Development

No branches or pull requests

2 participants