Remove Tag Instance From Project
remove_tag_instance_from_projectPermanently remove a tag instance from a project using its ID. This action deletes the specified Resource Planning record and cannot be undone.
Instructions
Remove a Tag from a Project by specifying its tag_instance_id. A successful response returns the removed Tag Instance UUID. 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, project_id, tag_instance_id. Procore API: Resource Management > Resource Planning. Endpoint: DELETE /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/tags/{tag_instance_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... | |
| project_id | Yes | URL path parameter — unique identifier for the project | |
| tag_instance_id | Yes | URL path parameter — unique identifier for the tag instance |