-
Notifications
You must be signed in to change notification settings - Fork 0
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 images by entity ID #104
Labels
enhancement
New feature or request
Comments
VKTB
added a commit
that referenced
this issue
Feb 11, 2025
VKTB
added a commit
that referenced
this issue
Feb 11, 2025
VKTB
added a commit
that referenced
this issue
Feb 11, 2025
VKTB
added a commit
that referenced
this issue
Feb 11, 2025
VKTB
added a commit
that referenced
this issue
Feb 11, 2025
VKTB
added a commit
that referenced
this issue
Feb 11, 2025
VKTB
added a commit
that referenced
this issue
Feb 11, 2025
VKTB
added a commit
that referenced
this issue
Feb 11, 2025
5 tasks
VKTB
added a commit
that referenced
this issue
Feb 13, 2025
VKTB
added a commit
that referenced
this issue
Feb 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dependent on #38. This endpoint should be a
DELETE
with aentity_id
query parameter at/images
that:entity_id
204
if theentity_id
is invalid or is not associated with any imagesWill need consideration on how to deal with errors mid way, I expect they can be mitigated by deleting the database documents after successful deletion from the object store like we already do for the others.
The text was updated successfully, but these errors were encountered: