---
title: "Delete GitHub integration"
method: DELETE
path: "/github-integration/project/{projectId}"
tags: ["GitHub"]
---

# Delete GitHub integration

`DELETE /github-integration/project/{projectId}`

Unlink a project from its GitHub repository.

## Path parameters

- `projectId` string, required

## Response `200`

The integration was removed

- GitHubDeleteResult
  - `success` boolean, required
  - `message` string, required

## Other responses

- `400` — Unknown project, or its workspace could not be determined
- `401` — Missing or invalid credentials
- `403` — No workspace access, or missing workspace:manage_settings
- `404` — GitHub integration not found

## Changes

- **2026-08-24** `08bbb5bedb5d` — 8 breaking, 2 warning, 6 info
  - removed the required property `createdAt` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - removed the required property `installationId` from the response with the `200` status
  - removed the required property `isActive` from the response with the `200` status
  - …12 more
- **2026-07-11** `32cece1ebe43` — 2 breaking, 2 info
  - the `createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `updatedAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - added the optional property `branchPattern` to the response with the `200` status
  - added the optional property `commentTaskLinkOnGitHubIssue` to the response with the `200` status
- **2026-03-05** `c45ef22a736c` — 2 breaking, 2 info
  - the response property `installationId` became nullable for the status `200`
  - the response property `isActive` became nullable for the status `200`
  - response property `installationId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `isActive` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/github-integration/project/:projectId/delete.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/9d1da42c10ce/schema)
