remove_a_person_from_a_group
Remove a person from a workforce planning group in Procore. Manage resource assignments by deleting group memberships using company, person, and group IDs.
Instructions
Remove a Person from a Group. [Resource Management/Resource Planning] DELETE /rest/v1.0/workforce-planning/v2/companies/{company_id}/people/{person_id}/groups/{group_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... | |
| person_id | Yes | Unique identifier for the person | |
| group_id | Yes | Unique identifier for the group |