Skip to main content
DELETE
/
teams
/
{team_id}
Delete team
curl --request DELETE \
  --url {schemes}://api.upsun.com/teams/{team_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

The ID of the team.

Response

No Content

Last modified on June 16, 2026