cURL
curl --request DELETE \ --url https://openapi.enginy.ai/v1/lists/{listId}/contacts \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "contactIds": [ 123 ] } '
{ "status": "success", "message": "<string>", "data": { "requestedCount": 123, "removedCount": 123, "notInListCount": 123 } }
Remove contacts from a list.
Required scope: ALL Rate limit: 30 requests per minute
Required scope: ALL
ALL
Rate limit: 30 requests per minute
The list ID
Array of contact IDs to add/remove
1
Contacts removed from list
success
Show child attributes