Back to MCP catalog
delete_event_typeHard-delete a custom event type by id (irreversible).
Area
Discovery & Research
Group
Event management
Access
Write
Risk
Destructive
Details
Full description
Details
Hard-delete a custom event type by id. Irreversible.
Only call when the user explicitly asks to delete a specific custom event type by id — never proactively clean up. System event types cannot be deleted, and custom types can only be deleted by their owner.
Occurrences already written to BigQuery are NOT removed — they become orphans, recoverable by re-creating the same id.
Args
event_type_id— the custom event type id to delete
Capabilities
Bounded options and operating modes surfaced above the full JSON schema.
No bounded capability options are declared for this tool.
Required Inputs
FieldTypeDescription
event_type_idstringID of the custom event type to hard-delete.Optional Inputs
None.