You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependent on #28 and #38. This endpoint should be a DELETE at /entity/<entity_id> that:
Deletes all attachments related to the entity
Deletes all images related to the entity
Will 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:
Dependent on #28 and #38. This endpoint should be a DELETE at
/entity/<entity_id>
that:Will 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: