---
title: "Deletes a single user connection"
method: DELETE
path: "/users/{userId}/connections/{connectionId}"
tags: ["user connections"]
---

# Deletes a single user connection

`DELETE /users/{userId}/connections/{connectionId}`

The deletion of a connection will delete all data associated with it and it will revoke the consent the user granted. Requires **user:delete** scope.

## Path parameters

- `userId` string, required
- `connectionId` string, required

## Response `204`

Successful Response

## Other responses

- `401` — Unsuccessful Response - Not authorised - Missing authorization header - Invalid access Token
- `403` — Unsuccessful Response - Forbidden - Invalid scopes
- `404` — Unsuccessful Response - Resource Not found

---

[API](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service.md) · [All operations](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhubenterprise/moneyhub-identity-service/revisions/8841721f7aae/schema)
