DevZero Logo
DevZero

Delete Repo Manager Integration

Revoke and delete a repo manager integration for a team

DELETE
/v2/teams/{team_id}/repo_manager_integrations/{repo_manager_integration_id}
/v2/teams/{team_id}/repo_manager_integrations/{repo_manager_integration_id}

Header Parameters

Authorization
Required
string

Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token

Path Parameters

team_id
Required
string

ID of team

repo_manager_integration_id
Required
string

ID of repo manager integration

curl -X DELETE "https://api.devzero.io/backend/v0/v2/teams/string/repo_manager_integrations/string" \
  -H "Authorization: string"

No content