delete_event
Remove a training event from an athlete's Intervals.icu calendar using the event ID. This tool helps manage training schedules by deleting specific events.
Instructions
Delete event for an athlete from Intervals.icu Args: athlete_id: The Intervals.icu athlete ID (optional, will use ATHLETE_ID from .env if not provided) api_key: The Intervals.icu API key (optional, will use API_KEY from .env if not provided) event_id: The Intervals.icu event ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| athlete_id | No | ||
| api_key | No |