---
title: "Remove database connection"
method: DELETE
path: "/database/connections/{id}"
tags: ["DatabaseConnection"]
---

# Remove database connection

`DELETE /database/connections/{id}`

Remove an existing database connection. Warning: Deleting an existing database connection will cause associated queries to no longer function. We recommend reviewing all associated queries and tests that use them in the mabl UI before proceeding.

## Path parameters

- `id` string, required

## Response `204`

No content; database connection successfully deleted

## Other responses

- `401` — User not authenticated
- `403` — User not authorized
- `404` — Entity not found
- `default` — Unknown error

---

[API](https://skmtc.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
