Delete Event Type
DELETE/api/EntityEventRecords/DeleteEventType/:id
Tier: Public — stable, supported for third-party integration.
Soft-deletes an event type. There is deliberately no in-use guard — records referencing a deleted type keep working.
Request
Responses
- 200
- 400
true once the event type is deleted.
No event type with that id exists in the caller's organisation (NotFound).