Delete A Note From The Project
delete_a_note_from_the_project_companyPermanently remove a specific note from a project's estimating records. Requires note ID, company ID, and project ID. This action cannot be undone.
Instructions
Delete a note from the project. Use this to permanently delete the specified Estimating records. This cannot be undone. Permanently removes the specified Estimating records. This action cannot be undone. Required parameters: note_id, company_id, project_id. Procore API (v2.0): Preconstruction > Estimating. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/notes/{note_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | URL path parameter — unique identifier of the note | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| project_id | Yes | URL path parameter — unique project identifier |