linear_removeProjectMember
Remove a specific user from a Linear project by providing the project ID and user ID. This helps manage team assignments and keep project membership up to date.
Instructions
Remove a member from a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | ID of the user to remove | |
| projectId | Yes | ID of the project to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | ||
| success | No | ||
| projectId | No |