deals_remove_participant
Remove a participant from a deal by providing the deal ID and participant ID. Use the list participants tool to obtain the participant ID first.
Instructions
Remove a participant from a deal.
Removes a person from the deal's participants list.
Workflow tips:
Use deals/list_participants to get participant IDs first
deal_participant_id is NOT the same as person_id
Cannot remove the primary person (person_id)
Common use cases:
Remove participant: { "id": 123, "deal_participant_id": 456 }
Workflow: list participants, then remove by deal_participant_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the deal | |
| deal_participant_id | Yes | ID of the deal participant to remove |