Delete A Single Group
delete_a_single_groupDelete a workforce planning group using company and group IDs. If active projects or people belong to the group, deletion fails and their IDs are provided to resolve the issue.
Instructions
Delete a single Group in a given ID. It should be noted that you can not delete a Group that has active Projects or People belonging to it. This is to prevent those entities from being "stranded" in the system if the group you are trying to delete is the single group they belong to. When you try to delete a Group that can not be deleted for this reason, you will be provided with a list of Project and People IDs that belong to this group so you can remove this group ID from those entities if y... 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, group_id. Procore API: Resource Management > Resource Planning. Endpoint: DELETE /rest/v1.0/workforce-planning/v2/companies/{company_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... | |
| group_id | Yes | URL path parameter — unique identifier for the group |