Skip to main content
Remove Multiple Gallery Photos
curl --request DELETE \
  --url http://localhost:3000/api/gallery/remove-photos \
  --header 'Content-Type: application/json' \
  --data '
{
  "photoIds": [
    "<string>"
  ]
}
'
{
  "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.

Body

application/json
photoIds
string[]
required

Array of photo IDs to remove

Response

Photos removed successfully

success
boolean
required

Whether the photos were successfully removed