Delete Specification Upload
delete_specification_uploadDelete an existing specification upload in a Procore project. Provide company, project, and specification upload IDs to permanently remove the record.
Instructions
Delete an existing Specification Upload in the specified Project. Confirm the target id with the matching show or list tool before calling. company_id and project_id default to the values set by procore_set_config when omitted, and specification_upload_id must identify an existing parent record — resolve it with the matching list tool first. Permanently removes the specification upload. 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: company_id, project_id, specification_upload_id. Procore API (v2.0): Project Management > Specifications. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/specification_uploads/{specification_upload_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. | |
| specification_area_id | No | Query string parameter — unique identifier for the specification area. | |
| specification_upload_id | Yes | URL path parameter — unique identifier for the specification upload. |