---
title: "Delete connection by ID"
method: DELETE
path: "/connections/{connectionId}"
tags: ["connections"]
---

# Delete connection by ID

`DELETE /connections/{connectionId}`

Delete a specific connection and its associated data. Associated data refers to tokens and company permissions that were allowed. However, it will not delete any data created through the integration.

## Path parameters

- `connectionId` string, uuid, required

## Response `204`

Connection deleted successfully

## Other responses

- `403` — Forbidden - not allowed to delete this connection
- `404` — Connection not found

---

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