---
title: "Delete a user"
method: DELETE
path: "/v1/users/{id}"
tags: ["User"]
---

# Delete a user

`DELETE /v1/users/{id}`

Deletes the user record. Not company-scoped (on the whitelist).

## Path parameters

- `id` string, required

## Response `200`

The deleted user id.

- object
  - `id` string

## Other responses

- `401` — Unauthorized
- `404` — User not found

---

[API](https://skmtc.dev/cardda/apis/banking-api.md) · [All operations](https://skmtc.dev/cardda/apis/banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cardda/banking-api/revisions/ff1aeb3fda8b/schema)
