---
title: "Delete account"
method: DELETE
path: "/admin/accounts/{id}"
tags: ["Admin Accounts"]
---

# Delete account

`DELETE /admin/accounts/{id}`

Deletes an account.

## Path parameters

- `id` string, required

## Response `200`

OK

- DeleteAccountResponse
  - `message` string, required

---

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