---
title: "Delete user"
method: DELETE
path: "/users/{id}"
---

# Delete user

`DELETE /users/{id}`

**Be careful!** This is a destructive action.
                        By deleting your account you will loose access to all of your charts.
                        If this endpoint should be used in an application (CMS), it is recommended to
                        ask the user for confirmation. Requires scope `user:write`.

## Path parameters

- `id` number, required

## Request body

- object
  - `email` string — User email address to confirm deletion.
  - `password` string — User password to confirm deletion

## Response `204`

No Content

---

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