Delete Event Type
DELETE {{baseUrl}}/api/v1/event-type/:event_type_name?expunge=false
Archive an event type.
Endpoints already configured to filter on an event type will continue to do so after archival. However, new messages can not be sent with it and endpoints can not filter on it. An event type can be unarchived with the create operation .
Request Params
| Key | Datatype | Required | Description |
| expunge
| boolean | | By default event types are archived when "deleted". Passing this to true
deletes them entirely. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: ``