remove_project_user
Unlink a user from a Kanboard project. Requires explicit confirmation to prevent accidental removal.
Instructions
Unlink a user from a Kanboard project (does not delete the user). DESTRUCTIVE on the project-user relationship — requires explicit confirm: true. Returns { ok: true, project_id, user_id } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Numeric project id. | |
| user_id | Yes | Numeric user id to unlink from the project. | |
| confirm | Yes | Must be exactly `true` to confirm unlinking the user. |