tc_delete_group
Delete a project group and revoke its folder permissions. Use confirm=true to execute because this action cannot be undone.
Instructions
Delete a project group. DESTRUCTIVE — any folder permission granted to this group disappears with it.
Requires TC_ENABLE_WRITE=1 AND confirm=true.
Args: project_id: Project ID. group_id: Group ID. confirm: Must be true — safety gate.
Returns: {"deleted": true, "group_id": str}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| group_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |