v21

OpenAPI 3.1.0raw.githubusercontent.com2026-08-011060456.0 KB
Teams

Delete a team

Delete a team by ID.

delete/teams/{team_id}

Path parameters

team_idstring required

Response

Successful response

successboolean required

Always equal to true.

Example response

{
  "success": true
}