Need help? Get answers from the docs with Omni's in-app AI! Log in to your Omni instance and open the Omni Agent in the sidebar.
curl --request DELETE \
--url https://{instance}.omniapp.co/api/v1/connections/{connectionId}/dbt/environments/{environmentId} \
--header 'Authorization: Bearer <token>'{
"success": true
}This endpoint requires Connection Admin permissions for the connection.
Deletes an existing dbt environment from the specified connection. This action cannot be undone.
curl --request DELETE \
--url https://{instance}.omniapp.co/api/v1/connections/{connectionId}/dbt/environments/{environmentId} \
--header 'Authorization: Bearer <token>'{
"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.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The unique identifier of the connection
The unique identifier of the dbt environment to delete
dbt environment deleted successfully
true
Was this page helpful?