Image: DELETE
Allows the user to delete an image from the database.
Request
To delete a specific image:
/api/lot/:lotID/image/:id
Requires bearer authentication.
Response
Should return 204 status code.
Allows the user to delete an image from the database.
To delete a specific image:
/api/lot/:lotID/image/:id
Requires bearer authentication.
Should return 204 status code.