delete_event
Delete a calendar event or planned workout by its ID. Use to remove canceled events or workouts from the training calendar.
Instructions
Delete a calendar event or planned workout by ID.
Use to remove canceled workouts or events from the training calendar.
Args: event_id: ID of the event to delete. athlete_id: Athlete ID (defaults to "0").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ID of the event to delete. | |
| athlete_id | No | Athlete ID (defaults to '0' for authenticated athlete). | 0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |