Remove Job Title From Being Available To Group
remove_job_title_from_being_available_to_groupPermanently unassign a job title from a group in Procore Resource Planning. This action cannot be undone.
Instructions
Removes a Job Title from a Group it was previously assigned to. 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, job_title_id, group_id. Procore API: Resource Management > Resource Planning. Endpoint: DELETE /rest/v1.0/workforce-planning/v2/companies/{company_id}/job-titles/{job_title_id}/groups
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... | |
| job_title_id | Yes | URL path parameter — unique identifier for the Job Title. | |
| group_id | Yes | JSON request body field — uUID of the Group the Job Title is being added to or removed from. |