removeTeam
removeTeam unprotects a group, then deletes it
Parameters
Parameter | Type | Default | Notes |
---|---|---|---|
id Required | string |
Team Id |
|
authentication Required | UserSession |
authentication |
Returns
{Promise<{groupId: string; success: boolean}>}
Promise<{
- groupId:
- string
- success:
- boolean
Function defined in teams/src/remove-team.ts:12