How to delete an event

How to delete an event

Use this guide when you need to permanently remove an event from the platform.


Request

Bash
curl -X DELETE "https://your-event-domain.com/api/v2/event/delete?event_id=123" \
  -H "Authorization: Bearer your_api_key_here"

⚠️ Warning

This action is irreversible. Deleting an event permanently removes all associated data including participants, exhibitors, sessions, meetings, products, news, and floor plan records. There is no undo or recovery.


Notes

  • Verify the event_id carefully before executing this request

  • Consider using a staging/test environment to validate your workflow before running against production events