Delete Checklist Section (Deprecated)
delete_checklist_sectionPermanently delete a checklist section from a Procore inspection list using its section ID, list ID, and project ID. This action cannot be undone.
Instructions
This is a deprecated endpoint. DEPRECATED: Procore has deprecated this endpoint (as of 2018-10-01). It may be removed without further notice; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Confirm the target id with the matching show or list tool before calling. list_id, id must identify existing parent records — resolve them with the matching list tool first. Permanently removes the checklist section. This cannot be undone, and a repeat call returns 404. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: list_id, id, project_id. Procore API: Project Management > Inspections. Endpoint: DELETE /rest/v1.0/checklist/lists/{list_id}/sections/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — checklist Section ID | |
| list_id | Yes | URL path parameter — unique identifier of the list | |
| project_id | Yes | Query string parameter — unique identifier for the project. |