Delete Calendar Item
delete_calendar_itemPermanently delete a specified calendar item from a project. Removes a Schedule (Legacy) record using project and item IDs.
Instructions
Delete a single Calendar Item. Use this to permanently delete the specified Schedule (Legacy) records. This cannot be undone. Permanently removes the specified Schedule (Legacy) records. This action cannot be undone. Required parameters: project_id, id. Procore API: Project Management > Schedule (Legacy). Endpoint: DELETE /rest/v1.0/projects/{project_id}/schedule/calendar_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Schedule (Legacy) resource |