---
title: "Api Accounts Destroy"
method: DELETE
path: "/api/accounts/{email}/"
tags: ["users"]
---

# Api Accounts Destroy

`DELETE /api/accounts/{email}/`

GET/PATCH/DELETE /api/accounts/{email}/

Retrieve, update, or delete a single platform account by email.
Requires superadmin access (JWT or API key).

GET: Retrieve account details with full organization info
PATCH: Update account fields (password, is_active, first_name, last_name)
DELETE: Delete account and optionally their organization

Query params for DELETE:
- is_delete_organization (bool): Whether to delete the organization (default: true)

## Path parameters

- `email` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

---

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