---
title: "Delete Connection"
method: POST
path: "/api/databricks/partner-connect/delete-connection"
tags: ["databricks"]
---

# Delete Connection

`POST /api/databricks/partner-connect/delete-connection`

Remove a workspace connection and anything parked for it. Idempotent.

Both outcomes are a 200: the contract wants ``resource_status``, and a
retry of an already-applied delete is a success, not a 404.

A workspace with no rows may still be holding the payload ``connect``
parked, which is what it answered ``configured_resources`` about. Leaving
that behind would let an admin redeem a connection Databricks believes is
gone, so a discarded payload is itself a delete.

## Response `200`

Successful Response

- DeleteConnectionResponse — The contract wants a 200 naming what happened, not a bare 204.
  - `resource_status` string, required

---

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