Delete Material
delete_materialPermanently delete a specific material record using its ID and project ID. This action removes the material from Field Productivity records and cannot be undone.
Instructions
Detete a specific Material. Use this to permanently delete the specified Field Productivity records. This cannot be undone. Permanently removes the specified Field Productivity records. This action cannot be undone. Required parameters: id, project_id. Procore API: Project Management > Field Productivity. Endpoint: DELETE /rest/v1.0/projects/{project_id}/materials/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Field Productivity resource | |
| project_id | Yes | URL path parameter — unique identifier for the project. |