Deletes multiple flash listings. Only artists can delete their own flash listings.
cURL
curl --request DELETE \ --url http://localhost:3000/api/flash/delete-batch \ --header 'Content-Type: application/json' \ --data ' { "flashIds": [ "<string>" ] } '
{ "success": true, "deletedCount": 123 }
Array of flash listing IDs to delete
Flash listings deleted successfully
Whether the operation was successful
Number of flash listings deleted