Remove a repository from an app installation

DELETE {{baseUrl}}/user/installations/:installation_id/repositories/:repository_id

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 the OAuth Authorizations API) or Basic Authentication to access this endpoint.