Removes multiple photos from an artist’s gallery. Only artists can remove their own photos.
cURL
curl --request DELETE \ --url http://localhost:3000/api/gallery/remove-photos \ --header 'Content-Type: application/json' \ --data ' { "photoIds": [ "<string>" ] } '
{ "success": true }
Array of photo IDs to remove
Photos removed successfully
Whether the photos were successfully removed