Recycle Materials In Bulk
recycle_materials_in_bulkSoft-delete multiple materials in bulk from Procore with one request. Admins can restore them from the recycle bin.
Instructions
Performs a soft delete (recycle) of multiple materials in a single request. Recycled materials can be restored from the recycle bin by an admin user. 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. Permanently removes the recycle material. 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. Procore API (v2.0): Resource Management > Materials Management. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/materials_mgmt/materials/bulk_delete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — the company identifier | |
| project_id | Yes | URL path parameter — the project identifier |