Revoke A Person'S Login
revoke_a_persons_loginRevoke a person's login while retaining them as an assignable resource. Permanently deletes user access; requires company ID and person ID. Cannot be undone.
Instructions
Revoke a Person's login but leave them in as an assignable resource in the system. 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 s login. 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}/user
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... |