Skip to main content
DELETE
/
gallery
/
remove-photo
/
{photoId}
Remove Gallery Photo
curl --request DELETE \
  --url http://localhost:3000/api/gallery/remove-photo/{photoId}
{
  "success": true
}

Path Parameters

photoId
string
required

ID of the photo to remove

Response

Photo removed successfully

success
boolean
required

Whether the photo was successfully removed