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

# Deletes a single user

`DELETE /users/{userId}`

The deletion of a user will delete all data associated with it. It also revokes consent for all existing connections. Requires **user:read** and **user:delete** scope.

## Path parameters

- `userId` 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)
