---
title: "Delete user"
method: DELETE
path: "/rest/user"
tags: ["User Management"]
---

# Delete user

`DELETE /rest/user`

Delete the user associated with the access token used for authentication. This will also completely remove all financial data of the user from the finX API backend.

## Response `204`

No content.

## Other responses

- `401` — unresolved $ref
- `404` — unresolved $ref

---

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