Remove Project From Group
remove_project_from_groupPermanently unassign a project from a group by providing company, project, and group IDs. The response returns the updated group ID list. Resolve IDs with the matching list tool before calling.
Instructions
Remove a Project from a Group. A successful response returns the updated list of Group IDs for the Project. 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, and group_id must identify an existing parent record — resolve it with the matching list tool first. Permanently removes the project. 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, group_id. Procore API: Resource Management > Resource Planning. Endpoint: DELETE /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/groups/{group_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | URL path parameter — unique identifier for the group | |
| 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 |