Skip to main content
DELETE
/
unavailable-events
/
delete-unavailable-event
Delete Unavailable Event
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>"
}

Body

application/json
id
string
required

ID of the unavailable event to delete

Response

Unavailable event deleted successfully

success
boolean
required

Whether the operation was successful

message
string
required

Success message