v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBConnections
Delete dbt environment
Delete a dbt environment from a connection.
delete/api/v1/connections/{connectionId}/dbt/environments/{environmentId}
Path parameters
connectionIdstring uuid required
Connection ID
Example:550e8400-e29b-41d4-a716-446655440000
Connection ID
environmentIdstring uuid required
Environment ID
Example:247dc6dc-2a58-4688-9521-c5ed3e99c1e8
Environment ID
Response
dbt environment deleted successfully
Example response
{
"message": "dbt environment deleted successfully",
"success": true
}