---
title: "Delete User"
method: DELETE
path: "/user/{userId}"
tags: ["user"]
---

# Delete User

`DELETE /user/{userId}`

Delete a user and all associated data by user_id.
Users cannot delete their own accounts.
This operation will permanently remove all user data.

## Path parameters

- `userId` string, required — The identifier for the user to delete.

## Response `200`

Successful Response

- DeleteUserResponse
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/weatherpal-ai/apis/mcp-handle-https-www-mcp-handle-dev.md) · [All operations](https://skmtc.dev/weatherpal-ai/apis/mcp-handle-https-www-mcp-handle-dev/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/weatherpal-ai/mcp-handle-https-www-mcp-handle-dev/revisions/58fc8af3b578/schema)
