delete_a_time_off_record
Remove a time off record from Procore workforce planning by specifying company, person, and time off IDs.
Instructions
Delete a Time Off Record. [Resource Management/Resource Planning] DELETE /rest/v1.0/workforce-planning/v2/companies/{company_id}/people/{person_id}/time-off/{time_off_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 | |
| time_off_id | Yes | The UUID of the Time Off record. |