Skip to main content
Delete Multiple Flash Listings
curl --request DELETE \
  --url http://localhost:3000/api/flash/delete-batch \
  --header 'Content-Type: application/json' \
  --data '
{
  "flashIds": [
    "<string>"
  ]
}
'
{
  "success": true,
  "deletedCount": 123
}

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
flashIds
string[]
required

Array of flash listing IDs to delete

Response

Flash listings deleted successfully

success
boolean
required

Whether the operation was successful

deletedCount
number
required

Number of flash listings deleted