Request

curl -X POST \
  "https://open-api.saleshandy.com/v1/prospects/tags/un-assign" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
  {
    "prospects": [
      "2dP27N0gZ4",
      "bzZWZpl4wM",
      "2dP27NrgZ3"
    ],
    "prospectsEmails": [
      "[email protected]",
      "[email protected]"
    ],
    "tags": "tag 1"
  }
]'

Response

No response body