Search + K

Command Palette

Search for a command to run...

Sign In

Remove a repository from a team (Legacy)

Deprecated
DELETE /teams/{team_id}/repos/{owner}/{repo}
Copy endpoint
https://api.github.com

[!WARNING] Endpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

Parameters

path Path Parameters

Name Type
team_id required

The unique identifier of the team.

number
owner required

The account owner of the repository. The name is not case sensitive.

string
repo required

The name of the repository without the .git extension. The name is not case sensitive.

string

Responses

204

Response

unknown