Delete Project Membership
delete_project_membershipPermanently delete a reference user's project membership. Requires project, membership, and party IDs to remove the directory record.
Instructions
Delete a Project Membership for a party on the given Project. This endpoint can currently only be used to delete reference users from a project. It cannot be used to delete a user who has a login or to delete vendors. Use this to permanently delete the specified Directory records. This cannot be undone. Permanently removes the specified Directory records. This action cannot be undone. Required parameters: project_id, id, party_id. Procore API: Core > Directory. Endpoint: DELETE /rest/v1.0/projects/{project_id}/project_memberships/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — the ID of the Project Membership | |
| party_id | Yes | Query string parameter — the ID of the Party (reference user) |