Delete Specification Area
delete_specification_areaPermanently delete a specification area from a project. Removes associated specifications. This action cannot be undone.
Instructions
Delete an existing Specification Area in the specified Project. Use this to permanently delete the specified Specifications. This cannot be undone. Permanently removes the specified Specifications. This action cannot be undone. Required parameters: company_id, project_id, specification_area_id. Procore API (v2.1): Project Management > Specifications. Endpoint: DELETE /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_areas/{specification_area_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 | Yes | URL path parameter — unique identifier for the specification area. |