remove_project_user
Remove a user from a project by supplying project ID and user ID. Returns an empty dictionary when the removal succeeds.
Instructions
Remove a user from a project.
Args: project_id: ID of the project user_id: ID of the user to remove
Returns: Empty dict on success
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||