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

# Delete Gitea integration

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

Unlink a project from its Gitea repository.

## Path parameters

- `projectId` string, required

## Response `200`

The integration was removed

- GiteaDeleteResult
  - `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` — Gitea integration not found

## Changes

- **2026-08-24** `08bbb5bedb5d` — 4 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
- **2026-07-11** `32cece1ebe43` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/gitea-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)
