Skip to main content
DELETE
/
v2
/
lists
/
{list}
/
entries
/
{entry_id}
Delete a list entry
curl --request DELETE \
  --url https://api.attio.com/v2/lists/{list}/entries/{entry_id} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.attio.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Path Parameters

list
string
required

A UUID or slug identifying the list the entry is in.

Example:

"enterprise_sales"

entry_id
string<uuid>
required

A UUID identifying the entry to delete.

Example:

"2e6e29ea-c4e0-4f44-842d-78a891f8c156"

Response

Success

Success