apps
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.
delete/user/installations/{installation_id}/repositories/{repository_id}
Path parameters
installation_idinteger required
The unique identifier of the installation.
repository_idinteger required
The unique identifier of the repository.
Response
Response