---
title: "Revoke a project's grant on a repo"
method: DELETE
path: "/api/v1/projects/{projectId}/github/repos/{repoId}"
tags: ["GitHub integration"]
---

# Revoke a project's grant on a repo

`DELETE /api/v1/projects/{projectId}/github/repos/{repoId}`

## Path parameters

- `projectId` string, uuid, required
- `repoId` string, required

## Response `200`

OK

- object
  - `ok` true, required

## Other responses

- `400` — Malformed input
- `401` — Missing / wrong-type / revoked token
- `404` — Resource not found in this org

---

[API](https://skmtc.net/superlog/apis/superlog-management-api.md) · [All operations](https://skmtc.net/superlog/apis/superlog-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superlog/superlog-management-api/revisions/2f60b7ba8dc6/schema)
