---
title: "Delete My Account"
method: DELETE
path: "/users/me"
tags: ["users"]
---

# Delete My Account

`DELETE /users/me`

Permanently delete the caller's own account.

Removes the ``auth.users`` row; database cascades remove the dependent
``public`` rows. Irreversible.

## Response `204`

Successful Response

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
