Docs
Delete Event Type
DELETE /eventTypes/{typeId}
DELETE
/eventTypes/{typeId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **Authorize Organization** in the Authorization folder. |
Deletes an event type. If any event uses the type, it is archived; otherwise it is hard-deleted.
Returns 200 OK.
Requires OrganizationAdmin permission.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| typeId | Guid | Required | The event type to delete. |