Delete Env Role
delete_env_roleRemove a user's role from an environment, immediately revoking access. Requires explicit confirmation to proceed.
Instructions
Remove a user's role from a specific environment. Destructive — the user will lose environment access immediately.
Args:
userID (string, required): The user ID
environmentID (string, required): The environment 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. | |
| environmentID | Yes | The environment ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |