---
title: "Delete user by ID"
method: DELETE
path: "/users/{userId}"
tags: ["Users"]
---

# Delete user by ID

`DELETE /users/{userId}`

## Path parameters

- `userId` integer, required

## Response `200`

User deleted successfully

- ApiResponse
  - `message` string — Response status message
  - `data` unknown

---

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