ms::Graph method team delete (public)
<instance of ms::Graph> team delete team_id
Defined in packages/xooauth/tcl/ms-procs.tcl
Delete group/team. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. Details: https://docs.microsoft.com/en-us/graph/api/group-delete
- Parameters:
- team_id (required)
- Testcases:
- No testcase defined.
Source code: set r [:request -method DELETE -token [:token] -url /groups/$team_id] return [:expect_status_code $r 204]XQL Not present: Generic, PostgreSQL, Oracle