Skip to main content
Planview Customer Success Center

Delete a team

DELETE /io/team/:teamId

Delete a team. Teams and all associated data such as board memberships, user membership, and subteam relationships are permanantly deleted and cannot be recovered.

Requires authentication as account administrator or team manager who created the team.
Cannot be used with built-in teams: Everyone and External Users.

Example Request

curl -X DELETE \
  https://myaccount.leankit.com/io/team/100100 \
  -H 'Authorization: Basic base64encodedauthhere'

Example Successful Response

204 No Content




Updated 2024-09-30 @ 16:09 PM