delete_project_membership
Remove a user's access from a Procore project by deleting their project membership. This tool revokes permissions and disassociates the specified party from the project.
Instructions
Delete Project Membership. [Core/Directory] DELETE /rest/v1.0/projects/{project_id}/project_memberships/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | The ID of the Project Membership | |
| party_id | Yes | The ID of the Party (reference user) |