---
title: "Delete a list entry"
method: DELETE
path: "/v2/lists/{list}/entries/{entry_id}"
tags: ["Entries"]
---

# Delete a list entry

`DELETE /v2/lists/{list}/entries/{entry_id}`

Deletes a single list entry by its `entry_id`.

Required scopes: `list_entry:read-write`, `list_configuration:read`.

## Path parameters

- `list` string, required — A UUID or slug identifying the list the entry is in.
- `entry_id` string, uuid, required — A UUID identifying the entry to delete.

## Response `200`

Success

- object — Success

## Other responses

- `404` — Not Found

## Changes

- **2025-04-24** `4ce2c28668d4` — 1 info
  - the endpoint scheme security `oauth2` was removed from the API

[Change history](https://skmtc.dev/d-stoll/apis/attio-api/changes/v2/lists/:list/entries/:entry_id/delete.md)

---

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