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

# Delete branch

`DELETE /api/v1/models/{modelId}/branch/{branchName}`

## Path parameters

- `modelId` string, uuid, required — Model UUID
- `branchName` string, required — Branch name

## Response `200`

Branch deleted successfully

- SuccessResponse
  - `success` boolean, required — Whether the operation was successful

## Other responses

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

---

[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)
