remove_additional_party
Removes the association link between an opportunity or project and an additional party. Requires confirmation; the linked party is not deleted. Reversible by re-adding the link.
Instructions
Remove an additional-party link between an opportunity/project and a party. The party itself is NOT deleted. Requires confirm=true. Reversible by re-adding via add_additional_party. Idempotent on retry: response is {removed: true, alreadyRemoved: false, entity, entityId, partyId} on a fresh remove or {removed: true, alreadyRemoved: true, ...} if the link was already gone (Capsule's 404 is caught and converted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Which entity has the additional-party links. Use 'kases' for projects. | |
| entityId | No | ||
| partyId | No | ||
| confirm | Yes | Must be set to true. Removes the link between the entity and the additional party. The party itself is not deleted. Reversible by re-adding the link. |