---
title: "Delete Git configuration"
method: DELETE
path: "/v1/models/{modelId}/git"
tags: ["Model Git configuration"]
---

# Delete Git configuration

`DELETE /v1/models/{modelId}/git`

Remove the Git configuration from a shared model.

## Path parameters

- `modelId` string, uuid, required

## Response `200`

Git configuration deleted successfully

- SuccessResponse
  - `success` boolean

## Other responses

- `400` — Bad Request Possible error messages: - `Bad Request: modelId: Invalid uuid`
- `401` — Missing or invalid authentication
- `403` — Forbidden Possible error messages: - `Forbidden: Requires MANAGE_MODEL permission`
- `404` — Not Found Possible error messages: - `Not Found: Model does not exist` - `Not Found: Git configuration not found for this model`
- `429` — Too Many Requests - Rate limit exceeded (60 requests/minute)

---

[API](https://skmtc.net/omni/apis/omni-api.md) · [All operations](https://skmtc.net/omni/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omni/omni-api/versions/6b02f7349d0e/schema)
