Remove Tag Availablility To Group
remove_tag_availablility_to_groupPermanently removes a Resource Planning tag's availability from specified groups. This action cannot be undone.
Instructions
Removes a Resource Planning Tag from being available to a given group or groups. Use this to permanently delete the specified Resource Planning records. This cannot be undone. Permanently removes the specified Resource Planning records. This action cannot be undone. Required parameters: company_id, tag_id, group_id, group_ids. Procore API: Resource Management > Resource Planning. Endpoint: DELETE /rest/v1.0/workforce-planning/v2/companies/{company_id}/tags/{tag_id}/groups/{group_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| tag_id | Yes | URL path parameter — unique identifier for the tag. | |
| group_id | Yes | URL path parameter — unique identifier for the group | |
| group_ids | Yes | Query string parameter — array of UUIDs for which Groups this Tag should be available to or be removed from depending on context. For adding availability, if globally_accessible is true, this can be an empty array. |