---
title: "Delete connection by ID (user scope)"
method: DELETE
path: "/connections/{connectionId}"
---

# Delete connection by ID (user scope)

`DELETE /connections/{connectionId}`

## Path parameters

- `connectionId` string, required

## Response `204`

Response

- object

## Other responses

- `400` — userId is not allowed in query for non-admin users
- `401` — Unauthorized access - Invalid access token
- `403` — Forbidden - Access token missing the required permissions to preform this action
- `404` — connection not found
- `423` — This connection is locked and cant be deleted currently. If you have big-query enabled, you can only delete connections that were created at least 90 minutes ago
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
