Unassign Sensors From Materials
unassign_sensors_from_materialsRemove sensor assignments from materials to stop their sensor data reporting. Specify company, project, and resource GUIDs to update.
Instructions
Removes the sensor association from one or more materials. The materials will no longer report sensor data after unassignment. Send only the fields you intend to change; omitted fields keep their current values. company_id and project_id default to the values set by procore_set_config when omitted. Returns the modified sensor on success. 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, resource_guids. Procore API (v2.0): Resource Management > Materials Management. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/materials_mgmt/materials/sensors/unassign
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — the company identifier | |
| project_id | Yes | URL path parameter — the project identifier | |
| resource_guids | Yes | JSON request body field — the resource guids for this Materials Management operation |