---
title: "Delete User Account"
method: DELETE
path: "/api/users/delete-account"
tags: ["users"]
---

# Delete User Account

`DELETE /api/users/delete-account`

Delete user account.
Currently this only clears push notification tokens.
In the future, this can be extended to handle full account deletion.

Returns:
    Dict with success status and message

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
