Marks multiple flash listings as unavailable. Only artists can mark their own flash listings.
cURL
curl --request PUT \ --url http://localhost:3000/api/flash/mark-as-unavailable \ --header 'Content-Type: application/json' \ --data ' { "flashIds": [ "<string>" ] } '
{ "success": true, "updatedCount": 123 }
Array of flash listing IDs to mark as unavailable
Flash listings marked as unavailable successfully
Whether the operation was successful
Number of flash listings updated