Goals Delete Goal Event
goals_delete_goal_eventDelete a goal event using its event ID, removing, clearing, or resetting associated data. Optionally specify fields and output mode to shape the result.
Instructions
Delete goal event. This may delete, clear, reset, or otherwise remove data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional dotted output field paths to return, such as ['id', 'merchant.name', 'category.name']. | |
| event_id | Yes | ||
| output_mode | No | Output shape to return. Use summary for compact CLI-style defaults, full for complete structured data without raw, and raw for complete structured data including raw payloads. | summary |