v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
dbt

Delete dbt environment

<Note> This endpoint requires **Connection Admin** permissions for the connection. </Note>

Delete an existing dbt environment from the specified connection. This action cannot be undone.

delete/v1/connections/{connectionId}/dbt/environments/{environmentId}

Path parameters

connectionIdstring uuid required

The unique identifier of the connection

environmentIdstring uuid required

The unique identifier of the dbt environment to delete

Response

dbt environment deleted successfully

successboolean

Example response

{
  "success": true
}