Skip to main content
DELETE
/
v1
/
connections
/
{connectionId}
/
dbt
Delete dbt configuration
curl --request DELETE \
  --url https://{instance}.omniapp.co/api/v1/connections/{connectionId}/dbt \
  --header 'Authorization: Bearer <token>'
{
  "message": "dbt repository unlinked successfully",
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.omni.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

connectionId
string<uuid>
required

ID of the connection where dbt is configured

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

dbt configuration deleted successfully

message
string
required

Success message

Example:

"dbt repository unlinked successfully"

success
boolean
required

Whether the operation succeeded

Example:

true