DELETE
/
api
/
v1
/
accounts
/
{account_id}
/
teams
/
{team_id}
curl --request DELETE \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/teams/{team_id}

Parameters

account_id
string

account_id: The ID of the account to get teams from.

team_id
string

team_id: The ID of the team to delete.