delete_timeline_event
Remove a timeline event by providing its activityId. Use only when the user explicitly asks to delete an event.
Instructions
Delete a timeline event. Use find_contacts then list_timeline_events to get the activityId. Only delete when the user clearly asks to remove an event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activityId | Yes | Id of the timeline event to delete (from list_timeline_events). |