> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Disconnect GitHub

> Disconnect the GitHub App installation

Disconnects the GitHub App installation from the authenticated user's account. This does not uninstall the GitHub App from GitHub itself.

## Authentication

Requires a valid Bearer token.

## Response

Returns `204 No Content` on success with an empty response body.

## Errors

| Status | Description                             |
| ------ | --------------------------------------- |
| `401`  | Unauthorized — missing or invalid token |
| `404`  | Not Found — no GitHub connection exists |
