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

# Delete an account

`DELETE /accounts/{id}`

## Path parameters

- `id` string, required

## Response `200`

Account deleted

- object
  - `success` unknown, required

---

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