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

# Delete dbt configuration

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

<Note>
  **Connection Admin** permissions are required to use this endpoint.
</Note>

Remove the dbt configuration for the specified connection by removing the link to the dbt repository.

## Path parameters

- `connectionId` string, uuid, required — ID of the connection where dbt is configured

## Response `200`

dbt configuration deleted successfully

- object
  - `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
- `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/revisions/6b02f7349d0e/schema)
