User Management > Teams
Delete a Team
Delete a Team for a given Account.
delete/1/accounts/{account}/teams/{team}
Path parameters
accountinteger required
Unique identifier of the Account
teaminteger required
Unique identifier of the Team
Query parameters
mode'cascade' | 'orphan'
Deletion mode: cascade (recursively delete team and all descendants) or orphan (delete team but set direct children to root)
Response
OK
Example response
{
"result": "success"
}