---
title: "Unlink Installation"
method: DELETE
path: "/github-app/installations/{installation_id}"
tags: ["github-app"]
---

# Unlink Installation

`DELETE /github-app/installations/{installation_id}`

Unlink a GitHub App installation from the current user's account.

This does NOT uninstall the app from GitHub — the user must do that
via github.com/settings/installations. This only removes the Repowise association.

## Path parameters

- `installation_id` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repowise/repowise-hosted-api/revisions/1e57283a9737/schema)
