Delete A Person
delete_a_personDelete a person from a Procore company permanently using company_id and person_id. Confirm the person ID with the matching list tool first, as this action cannot be undone.
Instructions
Deletes a Person for a given company and person ID. Confirm the target id with the matching show or list tool before calling. company_id defaults to the value set by procore_set_config when omitted, and person_id must identify an existing parent record — resolve it with the matching list tool first. Permanently removes the person. This cannot be undone, and a repeat call returns 404. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, person_id. Procore API: Resource Management > Resource Planning. Endpoint: DELETE /rest/v1.0/workforce-planning/v2/companies/{company_id}/people/{person_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person_id | Yes | URL path parameter — unique identifier for the person | |
| 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... |