Delete Project Role
delete_project_roleRemove a user's role from a project, immediately revoking their access. Requires user and project IDs, plus explicit confirmation.
Instructions
Remove a user's role from a specific project. Destructive — the user will lose project access immediately.
Args:
userID (string, required): The user ID
projectID (string, required): The project ID
confirmed (boolean, optional): Set to true after the user explicitly confirms the role removal
Returns: Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userID | Yes | The user ID | |
| confirmed | No | Set to true after the user explicitly confirms the role removal. | |
| projectID | Yes | The project ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |