---
title: "Delete the current account"
method: DELETE
path: "/api/v1/account"
tags: ["account"]
---

# Delete the current account

`DELETE /api/v1/account`

Permanently deletes the account and releases every phone number. This cannot be undone.

## Headers

- `Authorization` string, required

## Response `200`

Deleted.

- AccountDeleteAccountResponse200
  - `deleted` boolean

## Other responses

- `401` — Missing or invalid API key.

---

[API](https://skmtc.net/getdial/apis/rest-api.md) · [All operations](https://skmtc.net/getdial/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdial/rest-api/revisions/5f4eb30ac29a/schema)
