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

# Delete an account

`DELETE /v3/contact-accounts/{id}`

<small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>

Deletes an existing account.

## Path parameters

- `id` integer, required

## Response `204`

Account deleted successfully. The response body is empty.

- unknown

## Other responses

- `400` — Route parameter validation failure (e.g. `id` not a positive integer), or a business-rule rejection.
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks permission to delete this account
- `404` — Account not found
- `429` — Too Many Requests

---

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