---
title: "Delete dbt configuration"
method: DELETE
path: "/api/v1/connections/{connectionId}/dbt"
tags: ["Connections"]
---

# Delete dbt configuration

`DELETE /api/v1/connections/{connectionId}/dbt`

## Path parameters

- `connectionId` string, uuid, required — Connection ID

## Response `200`

dbt configuration deleted successfully

- object — dbt delete response
  - `message` string, required — Success message
  - `success` boolean, required — Whether the operation succeeded

## Other responses

- `401` — Authentication required
- `403` — Permission denied - connection admin role required
- `404` — Connection not found or dbt 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)
