cURL
curl --request DELETE \ --url https://openapi.enginy.ai/v1/lists/{listId}/companies \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "companyIds": [ 123 ] } '
{ "status": "success", "message": "<string>", "data": { "requestedCount": 123, "removedCount": 123, "notInListCount": 123 } }
Remove companies 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 company IDs to add/remove
1
Companies removed from list
success
Show child attributes