DELETE
/
v2
/
lists
/
{list}
/
entries
/
{entry_id}
curl --request DELETE \
  --url https://api.attio.com/v2/lists/{list}/entries/{entry_id} \
  --header 'Authorization: Bearer <token>'
{}

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
required

A UUID identifying the entry to delete.

Example:

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

Response

200
application/json

Success