Github API

Getting access, Developing, Testing

Back to Github

Remove a repository from an app installation

Remove a single repository from an installation. The authenticated user must have admin access to the repository.

You must use a personal access token (which you can create via the command line or Basic Authentication) to access this endpoint.

Input

type: object properties: parameters: type: object properties: installation_id: type: integer description: The unique identifier of the installation. repository_id: type: integer description: The unique identifier of the repository. required: - installation_id - repository_id title: Parameters