Remove Existing Labels To Specified Resources.
remove_existing_labels_to_specified_resourcesRemove existing label-resource associations in Procore without deleting the labels. Use this action to detach one or more labels from specified resources.
Instructions
Removes the association between one or more labels and the specified resources. The labels themselves are not deleted; only the association with the resources is removed. 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 existing label. 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, label_guids. Procore API (v2.0): Resource Management > Materials Management. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/materials_mgmt/labels/resources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — the company identifier | |
| project_id | Yes | URL path parameter — the project identifier | |
| label_guids | Yes | JSON request body field — the label guids for this Materials Management operation | |
| resource_guids | No | JSON request body field — the resource guids for this Materials Management operation |