---
title: "Unlink the repository"
method: DELETE
path: "/v1/functions/{functionId}/git-link"
tags: ["Functions"]
---

# Unlink the repository

`DELETE /v1/functions/{functionId}/git-link`

Remove the link. The function and its deployments stay. A manual webhook left in the repository stops being accepted, so remove it there too.

## Path parameters

- `functionId` string, required

## Response `204`

Link removed.

## Other responses

- `401` — Unauthorized.
- `404` — No repository is linked to this function.

---

[API](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api.md) · [All operations](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zavudev/zavu-unified-messaging-layer-api/versions/07b87b6ae707/schema)
