Delete Timeline Event
delete_timeline_eventPermanently remove a timeline event from a schedule. Use this action to delete a specified scheduling record that cannot be undone.
Instructions
Delete a timeline event from the schedule. Use this to permanently delete the specified Scheduling records. This cannot be undone. Permanently removes the specified Scheduling records. This action cannot be undone. Required parameters: company_id, project_id, schedule_id, timeline_event_id. Procore API (v2.0): Project Management > Scheduling. Endpoint: 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 | URL path parameter — unique identifier for the company | |
| project_id | Yes | URL path parameter — unique identifier for the project | |
| schedule_id | Yes | URL path parameter — unique identifier for the schedule | |
| timeline_event_id | Yes | URL path parameter — unique identifier of the timeline event |