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

# Delete git configuration

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

## Path parameters

- `modelId` string, uuid, required — Model UUID

## Response `200`

Git configuration deleted

- ModelsGitDeleteResponse
  - `message` string, required — Success message
  - `success` boolean, required — Whether the operation succeeded

## Other responses

- `401` — Authentication required
- `403` — Permission denied
- `404` — Model not found or git not configured

---

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