Remove a tag from a lead
remove_tagRemove a tag from a lead by tag name. Identify the lead by lead_id or phone_number. Removing a tag the lead does not have is a no-op.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | The tag name to remove from the lead. | |
| lead_id | No | The id of the lead to untag. Provide this or phone_number. | |
| phone_number | No | The lead's phone number to look up, ideally in E.164 format. Provide this or lead_id. |