---
title: "Delete User Account"
method: DELETE
path: "/api/v1/auth/me"
tags: ["auth"]
---

# Delete User Account

`DELETE /api/v1/auth/me`

Delete the current user's account and all associated data.

Removes the user from the database (including Stripe subscription
cancellation) and then from Supabase auth. Returns 207 if the
database deletion succeeds but the Supabase deletion fails.

## Response `200`

Successful Response

- unknown

---

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