remove_role_from_project
Remove a role from a project in Procore to manage workforce planning and resource allocation. This tool deletes specific roles from projects using company, project, and role identifiers.
Instructions
Remove Role from Project. [Resource Management/Resource Planning] DELETE /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/roles/{role_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | 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 | Unique identifier for the project | |
| role_id | Yes | Unique identifier for the Role in the Project. |