Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Remove Items from List

Remove specific property or person IDs from an existing list. Up to 10,000 IDs per request. IDs not in the list are silently ignored. FREE — no credits consumed.
path list_idstringrequired
The list ID to remove items from.
body idsarrayrequired
Array of property or person IDs to remove (1-10,000 per request).
body id_typestringdefault: internal_property_id
Type of IDs: internal_property_id or internal_person_id.
Response example
{ "data": { "removed": 15 } }