---
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

---

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