v16

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01720230.5 KB
Teams

Delete a team

Delete a team. Only allowed if the current user is a member of the team and has the $delete_team permission.

delete/teams/{team_id}

Path parameters

team_idstring required

Response

Successful response

successboolean required

Always equal to true.

Example response

{
  "success": true
}