Deletes an unavailable event. Only the artist who created the event can delete it.
cURL
curl --request DELETE \ --url http://localhost:3000/api/unavailable-events/delete-unavailable-event \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>" } '
{ "success": true, "message": "<string>" }
ID of the unavailable event to delete
Unavailable event deleted successfully
Whether the operation was successful
Success message