Skip to main content
DELETE
/
org
/
{org_id}
/
lists
/
{list_id}
/
prospects
Remove prospects from list (bulk)
curl --request DELETE \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/lists/{list_id}/prospects \
  --header 'Content-Type: application/json' \
  --data '
{
  "prospect_ids": [
    "<string>"
  ]
}
'
{
  "affected_count": 123,
  "message": "<string>",
  "status": "<string>"
}

Path Parameters

org_id
string
required

Organization ID

list_id
string
required

List ID

Body

application/json

Prospect IDs to remove

prospect_ids
string[]
required
Required array length: 1 - 1000 elements

Response

OK

affected_count
integer
message
string
status
string