Skip to main content
DELETE
/
v2
/
banking
/
connections
/
{id}
Delete Connection
curl --request DELETE \
  --url https://api.business-os.de/v2/banking/connections/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "connection_id": "9182736450918273645",
    "customer_id": "1738564738291",
    "removed": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.business-os.de/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Dein Business OS API Key. Erstelle einen unter app.business-os.de → API Keys.

Path Parameters

id
string
required

Connection-ID

Response

Verbindung erfolgreich gelöscht. Response wird unverändert von Salt Edge durchgereicht — Schema kann je nach API-Variante minimal abweichen.

data
object