---
title: "Remove a contact from a list"
method: DELETE
path: "/lists/{list_id}/contacts/{contact_id}"
tags: ["Lists"]
---

# Remove a contact from a list

`DELETE /lists/{list_id}/contacts/{contact_id}`

## Response `200`

Contact removed successfully

- Contact
  - `id` integer
  - `email` string, email, required
  - `first_name` string
  - `last_name` string
  - `ip_address` string
  - `unsubscribed_at` string, date-time, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `403` — Forbidden. Most often an ownership/authorization failure (Laravel's default `{"message": "..."}` shape). If the account is restricted by SendFox, the response instead carries the structured `account_restricted` body with a link to the account status page.
- `404` — Contact or list not found

---

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