DELETE
/
api
/
v1
/
accounts
/
{account_id}
/
teams
/
{team_id}
curl --request DELETE \
  --url https://app.chatwoot.com/api/v1/accounts/{account_id}/teams/{team_id}
This response does not have an example.

Path Parameters

account_id
integer
required

The numeric ID of the account

team_id
integer
required

The ID of the team to be updated

Response

200

Success