---
title: "Remove Account"
method: DELETE
path: "/Account/{id}"
tags: ["Account"]
---

# Remove Account

`DELETE /Account/{id}`

Remove an existing 'Account' record.

## Response `200`

Success.

- boolean — Always true. Do not check the value.

## Other responses

- `400` — Bad request. Check logs for details.
- `403` — Forbidden. Might be an access control error. Check logs for details.

---

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