v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
dbt

Delete dbt configuration

<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.

delete/v1/connections/{connectionId}/dbt

Path parameters

connectionIdstring uuid required

ID of the connection where dbt is configured

Example:550e8400-e29b-41d4-a716-446655440000

Response

dbt configuration deleted successfully

messagestring required

Success message

successboolean required

Whether the operation succeeded

Example response

{
  "message": "dbt repository unlinked successfully",
  "success": true
}