---
title: "Remove contact from Account"
method: DELETE
path: "/accounts/{account_id}/contacts"
tags: ["Accounts"]
---

# Remove contact from Account

`DELETE /accounts/{account_id}/contacts`

Removes a list of contacts from an Account

Required scope: `accounts:write`

## Path parameters

- `account_id` string, required

## Request body

- ContactIds
  - `contact_ids` ResourceID[], required — The contact IDs to include. Alternatively, you can supply the contact source and handle as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1).

## Response `204`

No content

---

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