Delete an event

Permanently deletes an event and removes all associated calendar associations.

Permission Requirements:

  • The authenticated user must be an employee (crew members cannot delete events).
  • The user must have edit permissions for the event.

Deletion Behavior:

  • The event is permanently removed from the database.
  • All calendar associations are removed.
  • Calendar sync tasks are triggered to remove the event from external calendars (Google, Outlook).
  • This action cannot be undone.

Company Isolation:

Users can only delete events from their own company. Attempting to delete an event from another company will return a 404 error.

Path Params
integer
required

The unique identifier of the event to delete.

Responses
204

Event deleted successfully. No content is returned.

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json