Skip to main content
DELETE
/
flash
/
delete-batch
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
}

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