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

# Delete User Account

`DELETE /api/v1/auth/register`

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

This action is irreversible and will:
1. Delete all sessions
2. Delete all API keys
3. Delete private key data (via cascade)
4. Delete automation settings (via cascade)
5. Delete delegation data (via cascade)
6. Delete the user account
7. Delete/deactivate the Cognito identity

Requires JWT Bearer authentication.

## Response `200`

Successful Response

- UserDeletionResponse — Schema for user deletion response
  - `message` string, required
  - `deleted_data` object, required
  - `cognito_deletion` object, required
  - `user_id` integer, required
  - `deleted_at` string, date-time, required

---

[API](https://skmtc.net/morpheusais/apis/morpheus-api-gateway.md) · [All operations](https://skmtc.net/morpheusais/apis/morpheus-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morpheusais/morpheus-api-gateway/versions/061297d1593b/schema)
