v1
latestOpenAPI 3.0.32026-07-26233989.2 KBDeveloper Metrics - Teams
Delete Team
Deletes a team. By default performs a soft delete (marks the team as inactive). Set hard_delete: true to permanently remove the team and its data.
post/api/metrics/developer/teams/delete
Request body
Example request
{
"platform": "github",
"org": "my-org",
"github_base_url": "https://github.com",
"gitlab_base_url": "https://gitlab.com",
"azure_devops_base_url": "https://dev.azure.com",
"bitbucket_base_url": "https://api.bitbucket.org/2.0"
}Response
Team deleted