Delete Event

The DELETE /events/{id} endpoint allows you to delete an event based on its ID.

API Endpoint

DELETE /events/{id}

cURL Example

curl -X DELETE "https://api.dicetickets.com/v1/events/{id}" \
-H "Authorization: Bearer YOUR_API_KEY"

Response Example

{
  "message": "Event deleted successfully"
}