cia-labs / Storage-service

General purpose storage service
GNU General Public License v3.0
3 stars 4 forks source link

Delete Endpoint: #6

Closed Tejas-ChandraShekarRaju closed 6 months ago

Tejas-ChandraShekarRaju commented 8 months ago
  1. Develop a DELETE endpoint /delete/{key} to remove the specified image/images and its associated metadata which also means removing the key from sqllite.
  2. Upon successful deletion, ensure proper handling and response messages.