ms::Graph method team delete (public)

 <instance of ms::Graph[i]> 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

Partial Call Graph (max 5 caller/called nodes):
%3

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
[ hide source ] | [ make this the default ]
Show another procedure: