---
title: "Delete User"
method: DELETE
path: "/v2/clients/{ClientID}/users/{UserID}"
tags: ["User"]
---

# Delete User

`DELETE /v2/clients/{ClientID}/users/{UserID}`

Deletes (soft delete) an existing user.

## Path parameters

- `ClientID` string, required
- `UserID` string, required

## Response `200`

User deleted.

- ApiResponseSCEC
  - `SC` integer — [HTTP Status Code](https://developers.tabapay.com/reference/http-status-codes#/)
  - `EC` string — Internal Error Code. This is used to help TabaPay team members trace an error.

## Other responses

- `404` — User not found.

---

[API](https://skmtc.dev/tabapay/apis/tabapay-apis.md) · [All operations](https://skmtc.dev/tabapay/apis/tabapay-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tabapay/tabapay-apis/revisions/154fa3d585cf/schema)
