post_people_ignore_unclaimed
Ignore a lead by passing its person ID, causing it to be excluded from future follow-up actions.
Instructions
Ignore a lead. (POST /people/ignoreUnclaimed)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| personId | No | Include the person ID of the lead you want to ignore either like this or as part of the path. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. |