Deletes a single list entry by its entry_id.
Required scopes: list_entry:read-write, list_configuration:read.
643 matches
49 actions
Attio
49 actions
CRM/Attio
Deletes a single list entry by its entry_id.
Required scopes: list_entry:read-write, list_configuration:read.
{
"type": "object",
"properties": {
"entry_id": {
"type": "string",
"format": "uuid",
"description": "A UUID identifying the entry to delete."
},
"list": {
"type": "string",
"description": "A UUID or slug identifying the list the entry is in."
}
},
"required": [
"entry_id",
"list"
],
"additionalProperties": false
}{
"type": "object",
"description": "Success",
"properties": {}
}