Bulk Delete Materials
bulk_delete_materialsPermanently delete multiple material records from a project in one request. Uses the Procore API to bulk destroy field productivity materials.
Instructions
Bulk delete Material entries with one request. 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: project_id. Procore API: Project Management > Field Productivity. Endpoint: DELETE /rest/v1.0/projects/{project_id}/materials/bulk_destroy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| time_and_material_materials_ids | No | JSON request body field — array of material IDs specified for delete |