---
title: "Delete user account"
method: DELETE
path: "/api/user/deleteAccount"
tags: ["User"]
---

# Delete user account

`DELETE /api/user/deleteAccount`

Permanently delete the authenticated user's account and all associated data

## Response `200`

Account deleted

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

## Other responses

- `401` — Unauthorized
- `403` — Not available in demo mode
- `500` — Account deletion failed

---

[API](https://skmtc.net/cobaltpf/apis/cobalt-api.md) · [All operations](https://skmtc.net/cobaltpf/apis/cobalt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cobaltpf/cobalt-api/revisions/8ef0dfb5d23c/schema)
