---
title: "Delete Account"
method: DELETE
path: "/api/v1/experts/account"
tags: ["Experts"]
---

# Delete Account

`DELETE /api/v1/experts/account`

Permanently delete the expert's account and personal data.

Required by App Store guideline 5.1.1(v) — apps that support account
creation must also offer in-app account deletion.

Behavior:
  - Blocks if there are active chat sessions (must close first)
  - Blocks if there are pending payouts (must resolve first)
  - Disconnects + deletes the Stripe Express account
  - Cancels any open OFFERED assignments
  - Anonymizes PII fields on the Expert row (email, name, picture,
    linkedin, skills, schedule). The row itself is retained so that
    financial audit records (CreditTransaction, completed
    PayoutRequest) referencing this expert keep their FK integrity
    for tax/legal retention.
  - Marks the expert as OFFLINE and clears qualification so they no
    longer appear in any routing pool.
  - Best-effort deletes the Auth0 user so they cannot log back in.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/humwork/apis/humwork-ai.md) · [All operations](https://skmtc.dev/humwork/apis/humwork-ai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humwork/humwork-ai/revisions/38d9dc5f27e6/schema)
