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

Documentation Index

Fetch the complete documentation index at: https://docs.traza.com.au/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

photoId
string
required

ID of the photo to remove

Response

Photo removed successfully

success
boolean
required

Whether the photo was successfully removed