Delete A Time Off Record
delete_a_time_off_recordPermanently delete a time off record for a person in a company. Provide company ID, person ID, and time off ID to remove the record.
Instructions
Deletes a Time Off record for a specified Person within a given company. The ID of the deleted record is returned upon successful deletion. 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, person_id, time_off_id. Procore API: Resource Management > Resource Planning. Endpoint: 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 | 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... | |
| person_id | Yes | URL path parameter — unique identifier for the person | |
| time_off_id | Yes | URL path parameter — the UUID of the Time Off record. |