---
title: "Delete simple accounts by user ref"
method: DELETE
path: "/admin/simple/accounts/"
tags: ["Admin"]
---

# Delete simple accounts by user ref

`DELETE /admin/simple/accounts/`

## Request body

- AdminSimpleAccountsDeleteDTO — Batch simple-accounts delete. ``accounts`` is a caller-keyed map of entries to delete. Each entry identifies the account by its user ref.
  - `accounts` object, required
  - `dry_run` boolean, nullable
  - `reason` string, nullable
  - `confirm` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2026-04-16** `8b06b786c977` — 1 info
  - endpoint added
- **2025-06-27** `e3e84db47198` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/admin/simple/accounts/delete.md)

---

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