delete_timeline_event_v2_0
Remove a timeline event from a project schedule in Procore. This tool deletes specific scheduling events to maintain accurate project timelines.
Instructions
Delete Timeline Event. [Project Management/Scheduling] DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/schedules/{schedule_id}/timeline_events/{timeline_event_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company | |
| project_id | Yes | Unique identifier for the project | |
| schedule_id | Yes | Unique identifier for the schedule | |
| timeline_event_id | Yes | Timeline Events ID |