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

Path Parameters

org_id
string
required

Organization ID

tag_id
string
required

Tag ID

Body

application/json

Prospect IDs

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

Response

OK

count
integer
message
string
status
string