Skip to main content
DELETE
/
api
/
governance
/
teams
/
{team_id}
Delete team
curl --request DELETE \
  --url http://localhost:8080/api/governance/teams/{team_id}
{
  "message": "<string>"
}

Path Parameters

team_id
string
required

Team ID

Response

Team deleted successfully

Simple message response

message
string